MCPcopy Create free account
hub / github.com/alibaba/nann / create_meta_graph_def

Function create_meta_graph_def

tensorflow/tensorflow/python/framework/meta_graph.py:515–619  ·  view source on GitHub ↗

Construct and returns a `MetaGraphDef` protocol buffer. Args: meta_info_def: `MetaInfoDef` protocol buffer. graph_def: `GraphDef` protocol buffer. saver_def: `SaverDef` protocol buffer. collection_list: List of string keys to collect. graph: The `Graph` to create `MetaGraphDef

(meta_info_def=None,
                          graph_def=None,
                          saver_def=None,
                          collection_list=None,
                          graph=None,
                          export_scope=None,
                          exclude_nodes=None,
                          clear_extraneous_savers=False,
                          strip_default_attrs=False)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

export_scoped_meta_graphFunction · 0.85

Calls 7

TypeErrorFunction · 0.85
typeFunction · 0.85
add_collection_defFunction · 0.85
as_graph_defMethod · 0.80

Tested by

no test coverage detected