Home
last modified time | relevance | path

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

/dports/math/py-jax/jax-0.2.9/jax/interpreters/
H A Dxla.py1118 if is_device_constant(self):
1144 if self._npy_value is None and not is_device_constant(self):
1286 def is_device_constant(x): function
1296 if is_device_constant(val):
1314 elif is_device_constant(x):