Skip to content

Commit 82da6e1

Browse files
Jake VanderPlasGoogle-ML-Automation
authored andcommitted
[bazel] add visibility hook for //jax/_src:partial_eval
PiperOrigin-RevId: 800643271
1 parent 1178809 commit 82da6e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jax/_src/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1012,6 +1012,7 @@ pytype_strict_library(
10121012
pytype_strict_library(
10131013
name = "partial_eval",
10141014
srcs = ["interpreters/partial_eval.py"],
1015+
visibility = ["//jax:internal"] + jax_visibility("partial_eval"),
10151016
deps = [
10161017
":ad_util",
10171018
":api_util",

0 commit comments

Comments
 (0)