Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/
Dtooling_util_test.cc76 EXPECT_TRUE(ShapesAgreeUpToBroadcasting(param.left, param.right)); in TEST_P()
82 EXPECT_TRUE(ShapesAgreeUpToBroadcasting(param.left, param.right)); in TEST_P()
87 EXPECT_TRUE(ShapesAgreeUpToBroadcasting(param.left, param.right)); in TEST_P()
93 EXPECT_FALSE(ShapesAgreeUpToBroadcasting(param.left, param.right)); in TEST_P()
Dtooling_util.h130 bool ShapesAgreeUpToBroadcasting(const Shape& shape0, const Shape& shape1);
Dtooling_util.cc661 bool ShapesAgreeUpToBroadcasting(const Shape& shape0, const Shape& shape1) { in ShapesAgreeUpToBroadcasting() function