Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties_test.cc1834 const auto& a_plus_a_prop = properties.GetOutputProperties("a_plus_a")[0]; in TEST_F() local
1835 EXPECT_EQ("int32: [2]", PropToString(a_plus_a_prop)); in TEST_F()
1836 EXPECT_TRUE(a_plus_a_prop.has_value()); in TEST_F()
1837 ExpectTensorValues({10, 14}, a_plus_a_prop.value()); in TEST_F()