()
| 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) |
nothing calls this directly
no test coverage detected