Allow passing arguments through saved_model loader to saver.import_meta_graph.
These **kwargs are ultimately passed to meta_graph.import_scoped_meta_graph. This CL allows setting useful loading options such as import_scope and input_map. Change: 146201221
Loading
Please sign in to comment