/external/protobuf/python/google/protobuf/internal/ |
D | text_format_test.py | 56 from google.protobuf import text_format 67 for quote in text_format._QUOTES: 112 self.RemoveRedundantZeros(text_format.MessageToString(message)), 128 text_format.MessageToString(message), 136 text_format.MessageToString(message, as_one_line=True), 147 text_format.MessageToString(message, as_one_line=True), 155 text_format.MessageToString(message, as_one_line=True), 169 text_format.MessageToString(message, as_one_line=True)), 190 wire_text = text_format.MessageToString( 193 r = text_format.Parse(wire_text, parsed_message) [all …]
|
D | proto_builder_test.py | 47 from google.protobuf import text_format 68 'bar: "asdf"\nfoo: 12345\n', text_format.MessageToString(proto)) 79 'foo: 12345\nbar: "asdf"\n', text_format.MessageToString(proto))
|
/external/tensorflow/tensorflow/python/tools/ |
D | print_selective_registration_header_test.py | 24 from google.protobuf import text_format 90 text_format.Parse(d, graph_pb2.GraphDef()) 127 text_format.Parse(d, graph_pb2.GraphDef()) 154 graphs = [text_format.Parse(GRAPH_DEF_TXT_2, graph_pb2.GraphDef())]
|
D | strip_unused_lib.py | 23 from google.protobuf import text_format 109 text_format.Merge(f.read(), input_graph_def) 121 f.write(text_format.MessageToString(output_graph_def))
|
D | freeze_graph.py | 43 from google.protobuf import text_format 176 text_format.Merge(f.read(), input_graph_def) 191 text_format.Merge(f.read(), input_meta_graph_def) 207 text_format.Merge(f.read(), saver_def)
|
D | optimize_for_inference.py | 62 from google.protobuf import text_format 85 text_format.Merge(data.decode("utf-8"), input_graph_def)
|
D | selective_registration_header_lib.py | 28 from google.protobuf import text_format 48 graph_def = text_format.Parse(file_data, graph_pb2.GraphDef())
|
/external/tensorflow/tensorflow/python/grappler/ |
D | cost_analyzer_tool.py | 24 from google.protobuf import text_format 43 text_format.Merge(meta_file.read(), metagraph) 54 text_format.Merge(graph_file.read(), graph_def) 66 text_format.Merge(FLAGS.rewriter_config, rewriter_config)
|
/external/tensorflow/tensorflow/contrib/saved_model/python/saved_model/ |
D | reader.py | 24 from google.protobuf import text_format 69 text_format.Merge(file_content.decode("utf-8"), saved_model) 71 except text_format.ParseError as e:
|
/external/tensorflow/tensorflow/python/util/protobuf/ |
D | compare.py | 72 from google.protobuf import text_format 94 a = text_format.Merge(a, b.__class__(), descriptor_pool=pool) 105 text_format.MessageToString(a, descriptor_pool=pool), 106 text_format.MessageToString(b, descriptor_pool=pool),
|
/external/tensorflow/tensorflow/contrib/tensorboard/plugins/projector/ |
D | __init__.py | 30 from google.protobuf import text_format 59 config_pbtxt = text_format.MessageToString(config)
|
D | projector_api_test.py | 24 from google.protobuf import text_format 52 text_format.Parse(f.read(), config2)
|
/external/tensorflow/tensorflow/python/framework/ |
D | graph_io.py | 24 from google.protobuf import text_format 71 text_format.MessageToString(graph_def))
|
D | meta_graph.py | 27 from google.protobuf import text_format 128 text_format.Merge(file_content, graph_def) 129 except text_format.ParseError as e: 643 text_format.Merge(file_content.decode("utf-8"), meta_graph_def) 644 except text_format.ParseError as e:
|
/external/tensorflow/tensorflow/contrib/boosted_trees/estimator_batch/ |
D | custom_export_strategy_test.py | 25 from google.protobuf import text_format 135 text_format.Merge(dtec_str, dtec)
|
/external/tensorflow/tensorflow/python/util/ |
D | example_parser_configuration_test.py | 21 from google.protobuf import text_format 74 text_format.Parse(BASIC_PROTO, golden_config)
|
/external/tensorflow/tensorflow/tools/quantization/ |
D | graph_to_dot.py | 27 from google.protobuf import text_format 52 text_format.Merge(f.read(), graph)
|
/external/tensorflow/tensorflow/python/saved_model/ |
D | loader_impl.py | 25 from google.protobuf import text_format 71 text_format.Merge(file_content.decode("utf-8"), saved_model) 73 except text_format.ParseError as e:
|
/external/tensorflow/tensorflow/tools/api/tests/ |
D | api_compatibility_test.py | 38 from google.protobuf import text_format 185 filepath, text_format.MessageToString(actual_dict[key])) 216 text_format.Merge(file_io.read_file_to_string(filename), ret_val)
|
/external/tensorflow/tensorflow/contrib/receptive_field/python/util/examples/ |
D | compute_rf.py | 27 from google.protobuf import text_format 49 text_format.Parse(pbstr, graph_def)
|
/external/tensorflow/tensorflow/tools/test/ |
D | run_and_gather_logs.py | 29 from google.protobuf import text_format 80 print(text_format.MessageToString(test_results))
|
/external/tensorflow/tensorflow/contrib/boosted_trees/python/kernel_tests/ |
D | 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) 390 text_format.Merge(""" 579 text_format.Merge(""" 1282 text_format.Merge(""" 1473 text_format.Merge(""" 1596 text_format.Merge(""" 1772 text_format.Merge("""
|
/external/tensorflow/tensorflow/python/eager/ |
D | execute.py | 23 from google.protobuf import text_format 159 text_format.Merge(v, pb)
|
/external/tensorflow/tensorflow/python/client/ |
D | virtual_gpu_test.py | 25 from google.protobuf import text_format 85 logging.info('config: %s', text_format.MessageToString(self.config))
|
/external/nanopb-c/generator/ |
D | nanopb_generator.py | 17 import google.protobuf.text_format as text_format namespace 902 text_format.Merge(parts[1], opts) 943 sys.stderr.write(text_format.MessageToString(new_options) + "\n") 996 text_format.Merge(s, toplevel_options)
|