LoadSavedModel creates a new SavedModel from a model previously exported to a directory on disk. Exported models contain a set of graphs and, optionally, variable values. Tags in the model identify a single graph. LoadSavedModel initializes a session with the identified graph and with variables ini
(exportDir string, tags []string, options *SessionOptions)
source not stored for this graph (policy: none)