Skip to content

Commit

Permalink
tell jax2tf to ignore clz
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjj committed Mar 20, 2021
1 parent 57d5c6a commit 97aca25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jax/experimental/jax2tf/jax2tf.py
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@ def _unexpected_primitive(p: core.Primitive, *args, **kwargs):

# Primitives that are not yet implemented must be explicitly declared here.
tf_not_yet_impl = [
"reduce", "rng_uniform",
"reduce", "rng_uniform", "clz",

"igamma_grad_a",
"random_gamma_grad",
Expand Down

0 comments on commit 97aca25

Please sign in to comment.