Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties_test.cc1063 const OpInfo::TensorProperties identity_props0 = identity_props[0]; in TEST_F() local
1064 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() local
1086 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()