Also known as: Node (TensorFlow Graph) Β· TensorFlow Graph Β· Node TensorFlow Graph
In a TensorFlow graph, a node represents an operation in the computational graph. Such operations create, transform, or combine tensors as part of model execution.
An operation in a TensorFlow graph.