Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/tests/
Dreplay_test.cc58 ASSERT_TRUE(protobuf_util::ProtobufEquals(original_shape->ToProto(), in TEST_F()
91 ASSERT_TRUE(protobuf_util::ProtobufEquals(original_shape->ToProto(), in XLA_TEST_F()
138 ASSERT_TRUE(protobuf_util::ProtobufEquals(original_shape->ToProto(), in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/
Dprotobuf_util.h33 extern bool ProtobufEquals(const tensorflow::protobuf::Message& m1,
Dprotobuf_util.cc29 bool ProtobufEquals(const tensorflow::protobuf::Message& m1, in ProtobufEquals() function
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instructions.cc1933 return protobuf_util::ProtobufEquals(window(), casted_other.window()) && in IdenticalSlowPath()
1934 protobuf_util::ProtobufEquals( in IdenticalSlowPath()
1937 protobuf_util::ProtobufEquals(precision_config(), in IdenticalSlowPath()
1983 protobuf_util::ProtobufEquals(window(), casted_other.window()); in IdenticalSlowPath()
2031 protobuf_util::ProtobufEquals(window(), casted_other.window()); in IdenticalSlowPath()
2143 !protobuf_util::ProtobufEquals(*window_, *casted_other.window_))) { in IdenticalSlowPath()
2149 !protobuf_util::ProtobufEquals( in IdenticalSlowPath()
2221 return protobuf_util::ProtobufEquals(padding_config(), in IdenticalSlowPath()
2379 return protobuf_util::ProtobufEquals( in IdenticalSlowPath()
2465 return protobuf_util::ProtobufEquals( in IdenticalSlowPath()
[all …]
Dhlo_instruction_test.cc701 EXPECT_TRUE(protobuf_util::ProtobufEquals(metadata, fusion->metadata())); in TEST_F()
702 EXPECT_TRUE(protobuf_util::ProtobufEquals( in TEST_F()
704 EXPECT_TRUE(protobuf_util::ProtobufEquals( in TEST_F()
708 EXPECT_TRUE(protobuf_util::ProtobufEquals(metadata, fusion->metadata())); in TEST_F()
1727 EXPECT_TRUE(protobuf_util::ProtobufEquals(clone->window(), w)) in TEST_F()
1739 EXPECT_TRUE(protobuf_util::ProtobufEquals( in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcudnn_conv_rewriter_test.cc134 EXPECT_TRUE(protobuf_util::ProtobufEquals(md_after_opt, metadata)) in TEST_F()