We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 47efbc6 + c8f3081 commit b16537bCopy full SHA for b16537b
tesseract_jax/primitive.py
@@ -359,7 +359,6 @@ def apply_tesseract(
359
client = Jaxeract(tesseract_client)
360
361
flat_args, input_pytreedef = jax.tree.flatten(inputs)
362
-
363
is_static_mask = tuple(_is_static(arg) for arg in flat_args)
364
array_args, static_args = split_args(flat_args, is_static_mask)
365
static_args = tuple(_make_hashable(arg) for arg in static_args)
0 commit comments