OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_numpy_compatible
(Results
1 - 5
of
5
) sorted by null
/external/tensorflow/tensorflow/python/framework/
dtypes.py
122
def
is_numpy_compatible
(self):
member in class:DType
147
return (self.
is_numpy_compatible
and not self.is_quantized and
153
return ((self.
is_numpy_compatible
and
subscribe.py
234
if not tensor.dtype.
is_numpy_compatible
:
tensor_util.py
424
if dtype and dtype.
is_numpy_compatible
:
[
all
...]
ops.py
180
if tensor.dtype.
is_numpy_compatible
:
[
all
...]
/external/tensorflow/tensorflow/python/eager/
execution_callbacks.py
152
if not output.dtype.
is_numpy_compatible
:
Completed in 528 milliseconds