Searched defs:object_graph_proto (Results  1 – 4 of 4) sorted by relevance
| /external/tensorflow/tensorflow/python/checkpoint/ | 
| D | save_util_v1.py | 95 def _add_attributes_to_object_graph(trackable_objects, object_graph_proto,  argument120     unmapped_registered_savers, object_graph_proto, node_ids, object_map):  argument
 135     checkpoint_factory_map, object_graph_proto, node_ids, object_map,  argument
 
 | 
| D | util.py | 99 def add_checkpoint_values_check(object_graph_proto):  argument
 | 
| D | checkpoint.py | 130   def __init__(self, object_graph_proto):  argument172   def __init__(self, expect_partial, object_graph_proto, matched_proto_ids,  argument
 222   def __init__(self, object_graph_proto, save_path, save_path_tensor, reader,  argument
 
 | 
| /external/tensorflow/tensorflow/python/saved_model/ | 
| D | load.py | 145   def __init__(self, object_graph_proto, saved_model_proto, export_dir,  argument
 |