Overview

The ComputeNodeInfo class is used to serialize and save operator compilation information so that the information can be efficiently obtained during graph execution.

The memory space of ComputeNodeInfo is tiled. The memory stores data members of ComputeNodeInfo, anchor information of input counts in the operator IR definition, tensor description of actual input and output counts in the compilation phase, and attribute information of the IR definition in sequence.