Skip to content

Commit

Permalink
Add missing decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
wenscarl committed Nov 7, 2023
1 parent 786a111 commit aa9427a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flax/linen/fp8_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def dot_general_with_precision(
lhs, rhs, dimension_numbers, precision=lax.Precision.DEFAULT
)


@dot_general_with_precision.defjvp
def dot_general_with_precision_jvp(
dimension_numbers, precision, preferred_element_type, primals, tangents
):
Expand Down

0 comments on commit aa9427a

Please sign in to comment.