Class Index

D E G O S T

D

DataType Represents the type of elements in a Tensor as an enum. 

E

EagerSession An environment for executing TensorFlow operations eagerly. 
EagerSession.DevicePlacementPolicy Controls how to act when we try to run an operation on a given device but some input tensors are not on that device. 
EagerSession.Options  
EagerSession.ResourceCleanupStrategy Controls how TensorFlow resources are cleaned up when they are no longer needed. 
ExecutionEnvironment Defines an environment for creating and executing TensorFlow Operations. 

G

Graph A data flow graph representing a TensorFlow computation. 
Graph.WhileSubgraphBuilder Used to instantiate an abstract class which overrides the buildSubgraph method to build a conditional or body subgraph for a while loop. 
GraphOperation Implementation for an Operation added as a node to a Graph
GraphOperationBuilder An OperationBuilder for adding GraphOperations to a Graph

O

Operand<T> Interface implemented by operands of a TensorFlow operation. 
Operation Performs computation on Tensors. 
OperationBuilder A builder for Operations. 
Output<T> A symbolic handle to a tensor produced by an Operation

S

SavedModelBundle SavedModelBundle represents a model loaded from storage. 
SavedModelBundle.Loader Options for loading a SavedModel. 
Server An in-process TensorFlow server, for use in distributed training. 
Session Driver for Graph execution. 
Session.Run Output tensors and metadata obtained when executing a session. 
Session.Runner Run Operations and evaluate Tensors
Shape The possibly partially known shape of a tensor produced by an operation. 

T

Tensor<T> A statically typed multi-dimensional array whose elements are of a type described by T. 
TensorFlow Static utility methods describing the TensorFlow runtime. 
TensorFlowException Unchecked exception thrown when executing TensorFlow Graphs. 
Tensors Type-safe factory methods for creating Tensor objects.