Caesar AI Atlas

Operation

Also known as: Operation (op) Β· op Β· Operation op

Caesar AI Atlas Definition

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.

Other Definitions

Operation [op] Source

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.

Related Terms