Modifier and Type | Method and Description |
---|---|
Graph |
SavedModelBundle.graph()
Returns the graph that describes the computation performed by the model.
|
Constructor and Description |
---|
Session(Graph g)
Construct a new session with the associated
Graph . |
Session(Graph g,
byte[] config)
Construct a new session with the associated
Graph and configuration options. |
Copyright © 2015–2017. All rights reserved.