Home
last modified time | relevance | path

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

/dports/math/py-jax/jax-0.2.9/jax/
H A Dlax_reference.py231 def broadcast_in_dim(operand, shape, broadcast_dimensions): function
/dports/math/py-jax/jax-0.2.9/jax/_src/lax/
H A Dlax.py694 def broadcast_in_dim(operand: Array, shape: Shape, function