Package | Description |
---|---|
org.tensorflow |
Defines classes to build, save, load and execute TensorFlow models.
|
Modifier and Type | Method and Description |
---|---|
Graph |
SavedModelBundle.graph()
Returns the graph that describes the computation performed by the model.
|
Modifier and Type | Method and Description |
---|---|
void |
Graph.WhileSubgraphBuilder.buildSubgraph(Graph g,
Output<?>[] inputs,
Output<?>[] outputs)
To be overridden by user with code to build conditional or body subgraph for a while loop
|
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–2019. All rights reserved.