Home | History | Annotate | Download | only in costs

Lines Matching refs:shape_out

397   auto shape_out = properties.GetOutputProperties("while/Exit_1").at(0).shape();
399 EXPECT_GE(-2, shape_out.dim(0).size());
400 EXPECT_NE(shape_in.dim(0).size(), shape_out.dim(0).size());