Package | Description |
---|---|
org.tensorflow |
Defines classes to build, save, load and execute TensorFlow models.
|
org.tensorflow.op | |
org.tensorflow.op.core |
Modifier and Type | Class and Description |
---|---|
class |
Output<T>
A symbolic handle to a tensor produced by an
Operation . |
Modifier and Type | Method and Description |
---|---|
static Output<?>[] |
Operands.asOutputs(Iterable<? extends Operand<?>> inputs)
|
Modifier and Type | Class and Description |
---|---|
class |
Constant<T>
An operator producing a constant value.
|
Copyright © 2015–2018. All rights reserved.