Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 259 Bytes

Operation.md

File metadata and controls

3 lines (2 loc) · 259 Bytes

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.