Searched refs:int32_ref (Results 1 – 6 of 6) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | repeated_field_reflection_unittest.cc | 460 const RepeatedFieldRef<int32> int32_ref = in TEST() local 468 EXPECT_EQ(message.repeated_nested_enum_size(), int32_ref.size()); in TEST() 473 EXPECT_FALSE(int32_ref.empty()); in TEST() 484 EXPECT_EQ(TestAllTypes::BAR, int32_ref.Get(i)); in TEST() 487 EXPECT_EQ(TestAllTypes::BAZ, int32_ref.Get(i)); in TEST() 493 TestRepeatedFieldRefIteratorForPrimitive(int32_ref, message, in TEST() 529 EXPECT_TRUE(int32_ref.empty()); in TEST()
|
/external/tensorflow/tensorflow/python/framework/ |
D | dtypes.py | 296 int32_ref = DType(types_pb2.DT_INT32_REF) variable 344 types_pb2.DT_INT32_REF: int32_ref,
|
D | importer_test.py | 368 self.assertEqual(a.outputs[0].dtype, dtypes.int32_ref) 371 self.assertEqual(d._input_types, [dtypes.int32_ref, dtypes.int32])
|
D | dtypes_test.py | 137 self.assertIs(dtypes.int32_ref, dtypes.as_dtype("int32_ref"))
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | control_flow_ops_py_test.py | 1585 self.assertEqual(x.dtype, dtypes.int32_ref) 1588 self.assertEqual(x.dtype, dtypes.int32_ref) 1596 self.assertEqual(r[1].dtype, dtypes.int32_ref)
|
/external/tensorflow/tensorflow/python/ops/ |
D | array_ops.py | 870 _SUPPORTED_SLICE_DTYPES = (dtypes.int32, dtypes.int32_ref, dtypes.int64,
|