Home
last modified time | relevance | path

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

/dports/math/py-jax/jax-0.2.9/jax/
H A Dcustom_derivatives.py365 xla.lower_fun_initial_style(_custom_jvp_call_jaxpr_impl)
665 xla.lower_fun_initial_style(_custom_vjp_call_jaxpr_impl)
/dports/math/py-jax/jax-0.2.9/jax/_src/lax/
H A Dcontrol_flow.py1878 xla.initial_style_translations[scan_p] = xla.lower_fun_initial_style(_scan_impl)
2358 xla.lower_fun_initial_style(_custom_linear_solve_impl)
/dports/math/py-jax/jax-0.2.9/jax/interpreters/
H A Dxla.py980 def lower_fun_initial_style(fun): function