jaxvacua.util.is_static#
- is_static(arg)#
Heuristic test for whether
argshould be treated as a JAX static argument:Trueiffargis not ajnp.ndarray.- Parameters:
arg (
Any) – The argument to test.- Returns:
bool –
Trueif static,Falseif it should be traced.- Return type:
bool