Home
last modified time | relevance | path

Searched refs:protobuf_util (Results 1 – 16 of 16) 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()
DBUILD1778 "//tensorflow/compiler/xla:protobuf_util",
/external/tensorflow/tensorflow/compiler/xla/
Dprotobuf_util.h25 namespace protobuf_util {
Dprotobuf_util.cc27 namespace protobuf_util { namespace
DBUILD201 name = "protobuf_util",
202 srcs = ["protobuf_util.cc"],
204 "protobuf_util.h",
259 ":protobuf_util",
/external/grpc-grpc-java/grpclb/
Dbuild.gradle16 compile (libraries.protobuf_util) {
/external/grpc-grpc-java/services/
Dbuild.gradle15 compile (libraries.protobuf_util) {
/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()
DBUILD357 "//tensorflow/compiler/xla:protobuf_util",
534 "//tensorflow/compiler/xla:protobuf_util",
552 "//tensorflow/compiler/xla:protobuf_util",
/external/tensorflow/tensorflow/contrib/makefile/
Dproto_text_cc_files.txt56 tensorflow/core/platform/protobuf_util.cc
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcudnn_conv_rewriter_test.cc134 EXPECT_TRUE(protobuf_util::ProtobufEquals(md_after_opt, metadata)) in TEST_F()
DBUILD832 "//tensorflow/compiler/xla:protobuf_util",
/external/grpc-grpc-java/
Dbuild.gradle221 protobuf_util: "com.google.protobuf:protobuf-java-util:${protobufVersion}",
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
DBUILD103 "//tensorflow/compiler/xla:protobuf_util",
/external/tensorflow/tensorflow/core/
DBUILD436 "platform/protobuf_util.cc",