/development/vndk/tools/header-checker/src/repr/protobuf/ |
ir_reader.h | 26 #include <google/protobuf/text_format.h>
|
/external/grpc-grpc/test/cpp/util/ |
channel_trace_proto_helper.cc | 21 #include <google/protobuf/text_format.h>
|
proto_file_parser.cc | 284 grpc::string text_format; local 285 if (!protobuf::TextFormat::PrintToString(*msg.get(), &text_format)) { 289 return text_format;
|
/external/tensorflow/tensorflow/contrib/proto/python/kernel_tests/ |
decode_proto_op_test_base.py | 27 from google.protobuf import text_format 244 text_format.Parse( 245 text_format.MessageToString(value, float_format='.17g'), 264 text_format.MessageToString(
|
encode_proto_op_test_base.py | 29 from google.protobuf import text_format 198 text_format.Parse( 199 text_format.MessageToString(
|
/external/tensorflow/tensorflow/python/saved_model/ |
loader_impl.py | 25 from google.protobuf import text_format 75 text_format.Merge(file_content.decode("utf-8"), saved_model) 77 except text_format.ParseError as e:
|
/external/grpc-grpc/src/cpp/server/channelz/ |
channelz_service.cc | 23 #include <google/protobuf/text_format.h>
|
/external/perfetto/tools/trace_to_text/ |
trace_to_text.cc | 22 #include <google/protobuf/text_format.h>
|
/external/protobuf/conformance/ |
conformance_test.h | 140 const string& text_format);
|
/external/tensorflow/tensorflow/python/tools/ |
freeze_graph.py | 44 from google.protobuf import text_format 253 text_format.Merge(f.read(), input_graph_def) 268 text_format.Merge(f.read(), input_meta_graph_def) 284 text_format.Merge(f.read(), saver_def)
|
/external/tensorflow/tensorflow/python/training/ |
checkpoint_management.py | 27 from google.protobuf import text_format 242 text_format.MessageToString(ckpt)) 275 text_format.Merge(file_content, ckpt) 293 except text_format.ParseError as e:
|
/external/tensorflow/tensorflow/contrib/feature_column/python/feature_column/ |
sequence_feature_column_integration_test.py | 24 from google.protobuf import text_format 277 return text_format.Parse(_SEQ_EX_PROTO, example)
|
/external/tensorflow/tensorflow/python/eager/ |
execute.py | 23 from google.protobuf import text_format 163 text_format.Merge(v, pb)
|
/external/tensorflow/tensorflow/python/feature_column/ |
sequence_feature_column_integration_test.py | 24 from google.protobuf import text_format 279 return text_format.Parse(_SEQ_EX_PROTO, example)
|
/external/tensorflow/tensorflow/contrib/boosted_trees/python/kernel_tests/ |
training_ops_test.py | 23 from google.protobuf import text_format 90 text_format.Merge(split_str, split) 115 text_format.Merge(split_str, split) 140 text_format.Merge(split_str, split) 530 text_format.Merge(""" 721 text_format.Merge(""" [all...] |
/external/tensorflow/tensorflow/tools/api/tests/ |
api_compatibility_test.py | 39 from google.protobuf import text_format 267 filepath, text_format.MessageToString(actual_dict[key])) 332 text_format.Merge(file_io.read_file_to_string(filename), ret_val)
|
/development/vndk/tools/header-checker/src/diff_merge/ |
merge_abi_diff.cpp | 18 #include <google/protobuf/text_format.h>
|
/external/tensorflow/tensorflow/python/client/ |
virtual_gpu_test.py | 25 from google.protobuf import text_format 85 logging.info('config: %s', text_format.MessageToString(self.config))
|
/external/tensorflow/tensorflow/python/kernel_tests/boosted_trees/ |
training_ops_test.py | 22 from google.protobuf import text_format 192 text_format.Merge(""" 377 text_format.Merge(""" 527 text_format.Merge(""" 684 text_format.Merge( 796 text_format.Merge( [all...] |
/external/tensorflow/tensorflow/python/framework/ |
meta_graph.py | 27 from google.protobuf import text_format 130 text_format.Merge(file_content, graph_def) 131 except text_format.ParseError as e: 693 text_format.Merge(file_content.decode("utf-8"), meta_graph_def) 694 except text_format.ParseError as e: [all...] |
/external/tensorflow/tensorflow/python/tpu/ |
session_support.py | 24 from google.protobuf import text_format 102 text_format.MessageToString(message))
|
/external/tensorflow/tensorflow/python/util/protobuf/ |
compare_test.py | 27 from google.protobuf import text_format 39 text_format.Merge(arg, pb)
|
/development/vndk/tools/header-checker/src/repr/ |
ir_reader.h | 197 TextFormatIR text_format,
|
ir_reader.cpp | 40 TextFormatIR text_format, const std::set<std::string> *exported_headers) { 41 switch (text_format) {
|
/external/tensorflow/tensorflow/contrib/gan/python/eval/python/ |
classifier_metrics_test.py | 29 from google.protobuf import text_format 210 text_format.Merge(graphdef_string, dummy_graphdef)
|