stringjax_tools.jit.jit_with_dynamic_static_args

stringjax_tools.jit.jit_with_dynamic_static_args#

jit_with_dynamic_static_args(func)#

JIT func while deciding static positional arguments at call time.

This is convenient for diagnostics and prototypes, but production code should prefer jit_with_static_args() with explicit static_argnums because changing static positions can cause repeated compilation.

Return type:

Callable[..., Any]