Searched refs:is_numpy_compatible (Results 1 – 10 of 10) sorted by relevance
34 name: "is_numpy_compatible"
123 def is_numpy_compatible(self): member in DType144 return (self.is_numpy_compatible and not self.is_quantized and150 return ((self.is_numpy_compatible and
229 if not tensor.dtype.is_numpy_compatible:
458 if dtype and dtype.is_numpy_compatible:
217 if tensor.dtype.is_numpy_compatible:
169 if not output.dtype.is_numpy_compatible:
117 if not dtype.is_numpy_compatible or dtype == dtypes.string: