| Package | Description |
|---|---|
| org.tensorflow |
Defines classes to build, save, load and execute TensorFlow models.
|
| org.tensorflow.contrib.android | |
| 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 |
TensorFlowInferenceInterface.graph()
Returns a reference to the Graph describing the computation run during inference.
|
| Constructor and Description |
|---|
TensorFlowInferenceInterface(Graph g) |
| Modifier and Type | Method and Description |
|---|---|
Graph |
Scope.graph()
Returns the graph managed by this scope.
|
| Constructor and Description |
|---|
Scope(Graph graph)
Create a new top-level scope.
|
Copyright © 2019. All rights reserved.