HomeSort by relevance Sort by last modified time
    Searched refs:EqualShapes (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/
literal_comparison.h 31 Status EqualShapes(const Shape& expected, const Shape& actual);
literal_comparison.cc 319 TF_RETURN_IF_ERROR(EqualShapes(expected_.shape(), actual_.shape()));
676 TF_RETURN_IF_ERROR(EqualShapes(expected.shape(), actual.shape()));
742 TF_RETURN_IF_ERROR(EqualShapes(expected.shape(), actual.shape()));
820 Status EqualShapes(const Shape& expected, const Shape& actual) {
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/tests/
literal_test_util.cc 67 /* static */ ::testing::AssertionResult LiteralTestUtil::EqualShapes(
69 return StatusToAssertion(literal_comparison::EqualShapes(expected, actual));
literal_test_util.h 48 static ::testing::AssertionResult EqualShapes(

Completed in 660 milliseconds