Skip to content

Commit

Permalink
fix: outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
mattephi committed Sep 17, 2024
1 parent 88876e0 commit 3cb18e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jaxadi/_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,5 @@
OP_ATAN2: "jnp.arctan2({0}, {1})",
OP_CONST: "{0:.16f}",
OP_INPUT: "inputs[{0}][{1}, {2}]",
OP_OUTPUT: "work[{0}][0]",
OP_OUTPUT: "{0}[0]",
}

0 comments on commit 3cb18e5

Please sign in to comment.