Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/
Dtooling_util_test.cc80 EXPECT_TRUE(ShapesAgreeUpToExtending(param.left, param.right)); in TEST_P()
88 EXPECT_FALSE(ShapesAgreeUpToExtending(param.left, param.right)); in TEST_P()
92 EXPECT_FALSE(ShapesAgreeUpToExtending(param.left, param.right)); in TEST_P()
Dtooling_util.h141 bool ShapesAgreeUpToExtending(const Shape& shape0, const Shape& shape1);
Dtooling_util.cc689 bool ShapesAgreeUpToExtending(const Shape& shape0, const Shape& shape1) { in ShapesAgreeUpToExtending() function
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dremove_trivial_reshape.cc41 ShapesAgreeUpToExtending(input_array.shape(), output_array.shape())) { in IsReshapeTrivial()
Dresolve_constant_reshape.cc56 if (!ShapesAgreeUpToExtending(input_array.shape(), output_array.shape())) { in Run()