Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties_test.cc1839 const auto& b_plus_2a_prop = properties.GetOutputProperties("b_plus_2a")[0]; in TEST_F() local
1840 EXPECT_EQ("int32: [2]", PropToString(b_plus_2a_prop)); in TEST_F()
1841 EXPECT_TRUE(b_plus_2a_prop.has_value()); in TEST_F()
1842 ExpectTensorValues({18, 22}, b_plus_2a_prop.value()); in TEST_F()