Home
last modified time | relevance | path

Searched refs:uint8_ref (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/framework/
Ddtypes.py382 uint8_ref = DType(types_pb2.DT_UINT8_REF) variable
430 types_pb2.DT_UINT8_REF: uint8_ref,
Ddtypes_test.py120 self.assertIs(dtypes.uint8_ref, dtypes.as_dtype("uint8_ref"))