Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/
Ddtypes.py122 def is_numpy_compatible(self): member in DType
147 return (self.is_numpy_compatible and not self.is_quantized and
153 return ((self.is_numpy_compatible and
Dsubscribe.py234 if not tensor.dtype.is_numpy_compatible:
Dtensor_util.py424 if dtype and dtype.is_numpy_compatible:
Dops.py180 if tensor.dtype.is_numpy_compatible:
/external/tensorflow/tensorflow/tools/api/golden/
Dtensorflow.-d-type.pbtxt34 name: "is_numpy_compatible"
/external/tensorflow/tensorflow/python/eager/
Dexecution_callbacks.py152 if not output.dtype.is_numpy_compatible: