Home
last modified time | relevance | path

Searched refs:convert_envvars_to_constvars (Results 1 – 1 of 1) sorted by relevance

/dports/math/py-jax/jax-0.2.9/jax/interpreters/
H A Dpartial_eval.py328 converted_jaxpr = convert_envvars_to_constvars(jaxpr, len(env))
367 converted_jaxpr = convert_envvars_to_constvars(jaxpr, len(env))
656 def convert_envvars_to_constvars(jaxpr: Jaxpr, num_env_vars: int): function