Class and Description |
---|
DataType
Type of elements in a
Tensor . |
Graph
A data flow graph representing a TensorFlow computation.
|
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 typed multi-dimensional array.
|
Copyright © 2015–2017. All rights reserved.