Home
last modified time | relevance | path

Searched refs:int32_ref (Results 1 – 6 of 6) sorted by relevance

/external/protobuf/src/google/protobuf/
Drepeated_field_reflection_unittest.cc460 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/
Ddtypes.py296 int32_ref = DType(types_pb2.DT_INT32_REF) variable
344 types_pb2.DT_INT32_REF: int32_ref,
Dimporter_test.py368 self.assertEqual(a.outputs[0].dtype, dtypes.int32_ref)
371 self.assertEqual(d._input_types, [dtypes.int32_ref, dtypes.int32])
Ddtypes_test.py137 self.assertIs(dtypes.int32_ref, dtypes.as_dtype("int32_ref"))
/external/tensorflow/tensorflow/python/kernel_tests/
Dcontrol_flow_ops_py_test.py1585 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/
Darray_ops.py870 _SUPPORTED_SLICE_DTYPES = (dtypes.int32, dtypes.int32_ref, dtypes.int64,