Also known as: Operation (op) Β· op Β· Operation op
An operation, or op, is a TensorFlow procedure that creates, transforms, or consumes tensors. Operations form the computational steps of a graph, such as matrix multiplication or tensor reshaping.
In TensorFlow, any procedure that creates, manipulates, or destroys a Tensor. For example, a matrix multiply is an operation that takes two Tensors as input and generates one Tensor as output.