HomeSort by relevance Sort by last modified time
    Searched full:shape_e (Results 1 - 1 of 1) sorted by null

  /external/tensorflow/tensorflow/core/grappler/costs/
graph_properties_test.cc 798 const auto shape_e = properties.GetOutputProperties("e").at(0).shape(); local
799 ASSERT_EQ(2, shape_e.dim_size());
800 EXPECT_EQ(shape_e.dim(0).size(), shape_c.dim(0).size());
801 EXPECT_NE(shape_e.dim(1).size(), shape_c.dim(1).size());
802 EXPECT_NE(shape_e.dim(0).size(), shape_d.dim(0).size());
    [all...]

Completed in 300 milliseconds