Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.dtypes.-d-type.pbtxt34 name: "is_numpy_compatible"
Dtensorflow.-d-type.pbtxt34 name: "is_numpy_compatible"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.dtypes.-d-type.pbtxt34 name: "is_numpy_compatible"
Dtensorflow.-d-type.pbtxt34 name: "is_numpy_compatible"
/external/tensorflow/tensorflow/python/framework/
Ddtypes.py123 def is_numpy_compatible(self): member in DType
144 return (self.is_numpy_compatible and not self.is_quantized and
150 return ((self.is_numpy_compatible and
Dsubscribe.py229 if not tensor.dtype.is_numpy_compatible:
Dtensor_util.py458 if dtype and dtype.is_numpy_compatible:
Dops.py217 if tensor.dtype.is_numpy_compatible:
/external/tensorflow/tensorflow/python/eager/
Dexecution_callbacks.py169 if not output.dtype.is_numpy_compatible:
/external/tensorflow/tensorflow/python/ops/
Dinit_ops_v2.py117 if not dtype.is_numpy_compatible or dtype == dtypes.string: