Package | Description |
---|---|
org.tensorflow |
Defines classes to build, save, load and execute TensorFlow models.
|
org.tensorflow.op |
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. |
Modifier and Type | Method and Description |
---|---|
Graph |
Scope.graph()
Returns the graph managed by this scope.
|
Modifier and Type | Method and Description |
---|---|
static Ops |
Ops.create(Graph graph)
Creates an API for adding operations to the provided
graph |
Constructor and Description |
---|
Scope(Graph graph)
Create a new top-level scope.
|
Copyright © 2015–2018. All rights reserved.