| Package | Description |
|---|---|
| org.tensorflow |
Defines classes to build, save, load and execute TensorFlow models.
|
| org.tensorflow.op |
| Modifier and Type | Class and Description |
|---|---|
class |
EagerSession
An environment for executing TensorFlow operations eagerly.
|
class |
Graph
A data flow graph representing a TensorFlow computation.
|
| Modifier and Type | Method and Description |
|---|---|
ExecutionEnvironment |
Scope.env()
Returns the execution environment used by this scope.
|
| Modifier and Type | Method and Description |
|---|---|
static Ops |
Ops.create(ExecutionEnvironment env)
Creates an API for building operations in the provided execution environment
|
| Constructor and Description |
|---|
Scope(ExecutionEnvironment env)
Create a new top-level scope.
|
Copyright © 2015–2019. All rights reserved.