Skip to content

Commit

Permalink
Replace usage of tff.jax_computation with tff.jax.computation.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 625737178
  • Loading branch information
michaelreneer authored and tensorflow-copybara committed Apr 17, 2024
1 parent 3660e7e commit db481ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def _jax_wrapper_fn(
Example:
```
@tff.jax_computation(np.int32)
@tff.jax.computation(np.int32)
def comp(x):
return jax.numpy.add(x, np.int32(10))
```
Expand Down

0 comments on commit db481ad

Please sign in to comment.