mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 05:16:06 +00:00
Internal change
PiperOrigin-RevId: 336957861
This commit is contained in:
parent
83d011515d
commit
484ec3e2d6
14
jax/BUILD
14
jax/BUILD
@ -95,6 +95,13 @@ pytype_library(
|
||||
deps = [":jax"],
|
||||
)
|
||||
|
||||
pytype_library(
|
||||
name = "general_map",
|
||||
srcs = ["experimental/general_map.py"],
|
||||
srcs_version = "PY3",
|
||||
deps = [":jax"],
|
||||
)
|
||||
|
||||
pytype_library(
|
||||
name = "jet",
|
||||
srcs = ["experimental/jet.py"],
|
||||
@ -102,6 +109,13 @@ pytype_library(
|
||||
deps = [":jax"],
|
||||
)
|
||||
|
||||
pytype_library(
|
||||
name = "experimental_doubledouble",
|
||||
srcs = ["experimental/doubledouble.py"],
|
||||
srcs_version = "PY3",
|
||||
deps = [":jax"],
|
||||
)
|
||||
|
||||
pytype_library(
|
||||
name = "experimental_host_callback",
|
||||
srcs = ["experimental/host_callback.py"],
|
||||
|
Loading…
x
Reference in New Issue
Block a user