MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / importer

Method importer

tensorflow/python/eager/wrap_function_test.py:133–135  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

131 saver.save(session, save_prefix)
132
133 def importer():
134 saver_lib.import_meta_graph(save_prefix + '.meta')
135 return ops.get_default_graph().as_graph_element('output:0')
136
137 wrapped = wrap_function.wrap_function(importer, [])
138 lifted_variables = list(wrapped.graph.variables)

Callers

nothing calls this directly

Calls 1

as_graph_elementMethod · 0.80

Tested by

no test coverage detected