Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 268 Bytes

File metadata and controls

3 lines (2 loc) · 268 Bytes

Chapter. Operation

Operation represents a Graph node that performs computation on tensors. An operation is a Node in a Graph that takes zero or more Tensors (produced by other Operations in the Graph) as input, and produces zero or more Tensors as output.