Home
last modified time | relevance | path

Searched defs:dynamic_update_slice (Results 1 – 2 of 2) sorted by relevance

/dports/math/py-jax/jax-0.2.9/jax/
H A Dlax_reference.py283 def dynamic_update_slice(operand, update, start_indices): function
/dports/math/py-jax/jax-0.2.9/jax/_src/lax/
H A Dlax.py803 def dynamic_update_slice(operand: Array, update: Array, function