Skip to content

Commit 3cb18e5

Browse files
committed
fix: outputs
1 parent 88876e0 commit 3cb18e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jaxadi/_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,5 +95,5 @@
9595
OP_ATAN2: "jnp.arctan2({0}, {1})",
9696
OP_CONST: "{0:.16f}",
9797
OP_INPUT: "inputs[{0}][{1}, {2}]",
98-
OP_OUTPUT: "work[{0}][0]",
98+
OP_OUTPUT: "{0}[0]",
9999
}

0 commit comments

Comments
 (0)