OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_datatype_enum
(Results
1 - 3
of
3
) sorted by null
/external/tensorflow/tensorflow/python/eager/
execute.py
173
return l[0].
_datatype_enum
(), l # pylint: disable=protected-access
206
types = [t.
_datatype_enum
() for t in v] # pylint: disable=protected-access
/external/tensorflow/tensorflow/python/framework/
constant_op.py
60
attr_t = tensor.
_datatype_enum
() # pylint: disable=protected-access
ops.py
667
return dtypes._INTERN_TABLE[self.
_datatype_enum
()] # pylint: disable=protected-access
714
def
_datatype_enum
(self):
member in class:_EagerTensorBase
[
all
...]
Completed in 130 milliseconds