Home
last modified time | relevance | path

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

/dports/math/py-jax/jax-0.2.9/jax/experimental/jax2tf/tests/
H A Djax2tf_limitations.py1119 def scatter_max(cls, harness): member in Jax2TfLimitation
/dports/math/py-jax/jax-0.2.9/jax/_src/lax/
H A Dlax.py1008 def scatter_max(operand: Array, scatter_indices: Array, updates: Array, function