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

Method export_meta_graph

tensorflow/tensorflow/python/training/saver.py:1210–1254  ·  view source on GitHub ↗

Writes `MetaGraphDef` to save_path/filename. Args: filename: Optional meta_graph filename including the path. collection_list: List of string keys to collect. as_text: If `True`, writes the meta_graph as an ASCII proto. export_scope: Optional `string`. Name scope to remo

(self,
                        filename=None,
                        collection_list=None,
                        as_text=False,
                        export_scope=None,
                        clear_devices=False,
                        clear_extraneous_savers=False,
                        strip_default_attrs=False,
                        save_debug_info=False)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

ExportFunction · 0.95
doBasicsOneExportPathMethod · 0.95
_testBasicsMethod · 0.95
saveMethod · 0.95
testAddCollectionDefMethod · 0.95
testSliceVariableMethod · 0.95
_testGradientSerDesMethod · 0.95
testStrippedOpListDefMethod · 0.95

Calls 2

export_meta_graphFunction · 0.85
as_graph_defMethod · 0.80

Tested by 15

doBasicsOneExportPathMethod · 0.76
_testBasicsMethod · 0.76
testAddCollectionDefMethod · 0.76
testSliceVariableMethod · 0.76
_testGradientSerDesMethod · 0.76
testStrippedOpListDefMethod · 0.76
setUpMethod · 0.64
_CopyGraphMethod · 0.64