Searched refs:EqualShapes (Results 1 – 4 of 4) sorted by relevance
73 /* static */ ::testing::AssertionResult LiteralTestUtil::EqualShapes( in EqualShapes() function in xla::LiteralTestUtil75 return StatusToAssertion(literal_comparison::EqualShapes(expected, actual)); in EqualShapes()
48 static ::testing::AssertionResult EqualShapes(
31 Status EqualShapes(const Shape& expected, const Shape& actual);
336 TF_RETURN_IF_ERROR(EqualShapes(expected_.shape(), actual_.shape())); in Run()680 TF_RETURN_IF_ERROR(EqualShapes(expected.shape(), actual.shape())); in EqualHelper()777 TF_RETURN_IF_ERROR(EqualShapes(expected.shape(), actual.shape())); in NearHelper()861 Status EqualShapes(const Shape& expected, const Shape& actual) { in EqualShapes() function877 EqualShapes(expected.tuple_shapes(i), actual.tuple_shapes(i)); in EqualShapes()