Home
last modified time | relevance | path

Searched refs:ProtobufEquals (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/tests/
Dreplay_test.cc58 ASSERT_TRUE(protobuf_util::ProtobufEquals(*original_shape, *replayed_shape)); in TEST_F()
90 ASSERT_TRUE(protobuf_util::ProtobufEquals(*original_shape, *replayed_shape)); in XLA_TEST_F()
136 ASSERT_TRUE(protobuf_util::ProtobufEquals(*original_shape, *replayed_shape)); in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/
Dprotobuf_util.h32 extern bool ProtobufEquals(const tensorflow::protobuf::Message& m1,
Dprotobuf_util.cc28 bool ProtobufEquals(const tensorflow::protobuf::Message& m1, in ProtobufEquals() function
Dlayout_util.cc332 return protobuf_util::ProtobufEquals(lhs, rhs); in Equal()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_sharding.h176 protobuf_util::ProtobufEquals(tile_shape_, other.tile_shape_) &&
Dhlo_instruction_test.cc698 EXPECT_TRUE(protobuf_util::ProtobufEquals(metadata, fusion->metadata())); in TEST_F()
699 EXPECT_TRUE(protobuf_util::ProtobufEquals( in TEST_F()
701 EXPECT_TRUE(protobuf_util::ProtobufEquals( in TEST_F()
705 EXPECT_TRUE(protobuf_util::ProtobufEquals(metadata, fusion->metadata())); in TEST_F()
Dhlo_instruction.cc1771 return protobuf_util::ProtobufEquals(window(), other.window()) && in IdenticalSlowPath()
1772 protobuf_util::ProtobufEquals( in IdenticalSlowPath()
1777 return protobuf_util::ProtobufEquals(dot_dimension_numbers(), in IdenticalSlowPath()
1781 return protobuf_util::ProtobufEquals(gather_dimension_numbers(), in IdenticalSlowPath()
1797 protobuf_util::ProtobufEquals(window(), other.window()); in IdenticalSlowPath()
1804 protobuf_util::ProtobufEquals(window(), other.window()); in IdenticalSlowPath()
1825 return protobuf_util::ProtobufEquals(padding_config(), in IdenticalSlowPath()