Core operations
Types
The computation graph as a whole is stored in the Graph
type. Individual nodes in the graph are referred to as operations, stored in the Operation
type. Operations can produce one or more outputs, represented as the Tensor
type.
TensorFlow.Tensor
— Type.Represents the output of an operation in the computation graph
TensorFlow.Operation
— Type.An operation in the computation graph.
TensorFlow.Session
— Type.A TensorFlow session.
TensorFlow.Graph
— Type.A TensorFlow computation graph
Functions
eltype
node_name
get_collection
get_def_graph
run
get_node_by_name
get_shape
get_def