Searched refs:ShapesAgreeUpToExtending (Results 1 – 5 of 5) sorted by relevance
80 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()
141 bool ShapesAgreeUpToExtending(const Shape& shape0, const Shape& shape1);
689 bool ShapesAgreeUpToExtending(const Shape& shape0, const Shape& shape1) { in ShapesAgreeUpToExtending() function
41 ShapesAgreeUpToExtending(input_array.shape(), output_array.shape())) { in IsReshapeTrivial()
56 if (!ShapesAgreeUpToExtending(input_array.shape(), output_array.shape())) { in Run()