Home
last modified time | relevance | path

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

/dports/math/py-jax/jax-0.2.9/jax/interpreters/
H A Dxla.py290 return partial(_execute_compiled_primitive, prim, compiled, handle_result)
354 def _execute_compiled_primitive(prim, compiled, result_handler, *args): function