OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:quint8_ref
(Results
1 - 3
of
3
) sorted by null
/external/tensorflow/tensorflow/core/framework/
types_test.cc
98
ASSERT_TRUE(DataTypeFromString("
quint8_ref
", &dt));
/external/tensorflow/tensorflow/python/framework/
dtypes.py
393
quint8_ref
= DType(types_pb2.DT_QUINT8_REF)
variable
441
types_pb2.DT_QUINT8_REF:
quint8_ref
,
491
types_pb2.DT_QUINT8_REF: "
quint8_ref
",
644
qint8, quint8, qint16, quint16, qint32, qint8_ref,
quint8_ref
, qint16_ref,
dtypes_test.py
129
self.assertIs(dtypes.
quint8_ref
, dtypes.as_dtype("
quint8_ref
"))
Completed in 73 milliseconds