See: Description
Class | Description |
---|---|
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.
|
Shape |
The possibly partially known shape of a tensor produced by an operation.
|
Tensor |
A typed multi-dimensional array.
|
TensorFlow |
Static utility methods describing the TensorFlow runtime.
|
Enum | Description |
---|---|
DataType |
Type of elements in a
Tensor . |
Exception | Description |
---|---|
TensorFlowException |
Unchecked exception thrown when executing TensorFlow Graphs.
|
WARNING: The API is currently experimental and is not covered by TensorFlow API stability guarantees. See README.md for installation instructions.
The LabelImage example demonstrates use of this API to classify images using a pre-trained Inception architecture convolutional neural network. It demonstrates:
Copyright © 2015–2017. All rights reserved.