Searched refs:identity_props0 (Results 1 – 1 of 1) sorted by relevance
1063 const OpInfo::TensorProperties identity_props0 = identity_props[0]; in TEST_F() local1064 EXPECT_EQ("int32: []", PropToString(identity_props0)); in TEST_F()1065 EXPECT_TRUE(identity_props0.has_value()); in TEST_F()1066 ExpectTensorValues({3}, identity_props0.value()); in TEST_F()1085 const OpInfo::TensorProperties identity_props0 = identity_props[0]; in TEST_F() local1086 EXPECT_EQ("int32: []", PropToString(identity_props0)); in TEST_F()1087 EXPECT_TRUE(identity_props0.has_value()); in TEST_F()1088 ExpectTensorValues({24}, identity_props0.value()); in TEST_F()