MCPcopy Create free account
hub / github.com/benoitsteiner/tensorflow-opencl / LoadSavedModel

Function LoadSavedModel

tensorflow/go/saved_model.go:48–74  ·  view source on GitHub ↗

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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

TestSavedModelFunction · 0.70

Calls 5

CloseMethod · 0.95
newStatusFunction · 0.85
NewGraphFunction · 0.85
cMethod · 0.45
ErrMethod · 0.45

Tested by 1

TestSavedModelFunction · 0.56