HomeSort by relevance Sort by last modified time
    Searched refs:DT_UINT16_REF (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/framework/
tensor_shape_test.cc 183 TensorShapeTestHelper::set_data_type(&s, DT_UINT16_REF);
185 EXPECT_EQ(TensorShapeTestHelper::data_type(&s), DT_UINT16_REF);
187 EXPECT_EQ(TensorShapeTestHelper::data_type(&s), DT_UINT16_REF);
189 EXPECT_EQ(TensorShapeTestHelper::data_type(&s), DT_UINT16_REF);
192 EXPECT_EQ(TensorShapeTestHelper::data_type(&s2), DT_UINT16_REF);
194 EXPECT_EQ(TensorShapeTestHelper::data_type(&s2), DT_UINT16_REF);
  /external/tensorflow/tensorflow/python/framework/
dtypes.py 384 uint16_ref = DType(types_pb2.DT_UINT16_REF)
437 types_pb2.DT_UINT16_REF: uint16_ref,
487 types_pb2.DT_UINT16_REF: "uint16_ref",
635 types_pb2.DT_UINT16_REF:

Completed in 560 milliseconds