Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties_test.cc1652 const auto shape_o1 = properties.GetOutputProperties("o1").at(0).shape(); in TEST_F() local
1654 EXPECT_EQ(shape_a.DebugString(), shape_o1.DebugString()); in TEST_F()
1757 const auto shape_o1 = properties.GetOutputProperties("o1").at(0).shape(); in TEST_F() local
1760 EXPECT_EQ(1, shape_o1.dim_size()); in TEST_F()
1762 EXPECT_EQ(shape_a.dim(0).size(), shape_o1.dim(0).size()); in TEST_F()