Package | Description |
---|---|
org.tensorflow |
Defines classes to build, save, load and execute TensorFlow models.
|
org.tensorflow.op | |
org.tensorflow.op.core |
Class and Description |
---|
DataType
Represents the type of elements in a
Tensor as an enum. |
Graph
A data flow graph representing a TensorFlow computation.
|
Operand
Interface implemented by operands of a TensorFlow operation.
|
Operation
A Graph node that performs computation on Tensors.
|
OperationBuilder |
Output
A symbolic handle to a tensor produced by an
Operation . |
SavedModelBundle
SavedModelBundle represents a model loaded from storage.
|
Session
Driver for
Graph execution. |
Session.Run
Output tensors and metadata obtained when executing a session.
|
Session.Runner |
Shape
The possibly partially known shape of a tensor produced by an operation.
|
Tensor
A statically typed multi-dimensional array whose elements are of a type described by T.
|
Class and Description |
---|
Graph
A data flow graph representing a TensorFlow computation.
|
Operand
Interface implemented by operands of a TensorFlow operation.
|
Operation
A Graph node that performs computation on Tensors.
|
Output
A symbolic handle to a tensor produced by an
Operation . |
Class and Description |
---|
Operand
Interface implemented by operands of a TensorFlow operation.
|
Output
A symbolic handle to a tensor produced by an
Operation . |
Copyright © 2015–2018. All rights reserved.