Searched refs:EqualShapes (Results 1 – 4 of 4) sorted by relevance
67 /* static */ ::testing::AssertionResult LiteralTestUtil::EqualShapes( in EqualShapes() function in xla::LiteralTestUtil69 return StatusToAssertion(literal_comparison::EqualShapes(expected, actual)); in EqualShapes()
48 static ::testing::AssertionResult EqualShapes(
31 Status EqualShapes(const Shape& expected, const Shape& actual);
319 TF_RETURN_IF_ERROR(EqualShapes(expected_.shape(), actual_.shape())); in Run()676 TF_RETURN_IF_ERROR(EqualShapes(expected.shape(), actual.shape())); in EqualHelper()742 TF_RETURN_IF_ERROR(EqualShapes(expected.shape(), actual.shape())); in NearHelper()820 Status EqualShapes(const Shape& expected, const Shape& actual) { in EqualShapes() function836 EqualShapes(expected.tuple_shapes(i), actual.tuple_shapes(i)); in EqualShapes()