Searched refs:ShapesAgreeUpToBroadcasting (Results 1 – 3 of 3) sorted by relevance
76 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()
130 bool ShapesAgreeUpToBroadcasting(const Shape& shape0, const Shape& shape1);
661 bool ShapesAgreeUpToBroadcasting(const Shape& shape0, const Shape& shape1) { in ShapesAgreeUpToBroadcasting() function