Searched refs:ProtobufEquals (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | replay_test.cc | 58 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/ |
D | protobuf_util.h | 32 extern bool ProtobufEquals(const tensorflow::protobuf::Message& m1,
|
D | protobuf_util.cc | 28 bool ProtobufEquals(const tensorflow::protobuf::Message& m1, in ProtobufEquals() function
|
D | layout_util.cc | 332 return protobuf_util::ProtobufEquals(lhs, rhs); in Equal()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_sharding.h | 176 protobuf_util::ProtobufEquals(tile_shape_, other.tile_shape_) &&
|
D | hlo_instruction_test.cc | 698 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()
|
D | hlo_instruction.cc | 1771 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()
|