Home
last modified time | relevance | path

Searched defs:convert_element_type (Results 1 – 3 of 3) sorted by relevance

/dports/math/py-jax/jax-0.2.9/jax/
H A Dlax_reference.py159 def convert_element_type(operand, dtype): function
/dports/math/py-jax/jax-0.2.9/jax/experimental/jax2tf/tests/
H A Djax2tf_limitations.py311 def convert_element_type(cls, harness: primitive_harness.Harness): member in Jax2TfLimitation
/dports/math/py-jax/jax-0.2.9/jax/_src/lax/
H A Dlax.py408 def convert_element_type(operand: Array, new_dtype: DType) -> Array: function