Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties_test.cc1580 const auto shape_d = properties.GetOutputProperties("d").at(0).shape(); in TEST_F() local
1582 EXPECT_EQ(shape_b.dim_size(), shape_d.dim_size()); in TEST_F()
1585 EXPECT_EQ(shape_b.dim(0).size(), shape_d.dim(0).size()); in TEST_F()
1591 EXPECT_NE(shape_e.dim(0).size(), shape_d.dim(0).size()); in TEST_F()