Public Member Functions | Data Fields
ngraph::pass::InitNodeInfo Class Reference

InitNodeInfo transformation helps to set runtime info attributes in a single place. More...

#include <init_node_info.hpp>

Inheritance diagram for ngraph::pass::InitNodeInfo:

Public Member Functions

bool run_on_function (std::shared_ptr< ngraph::Function > f) override
 

Data Fields

 NGRAPH_RTTI_DECLARATION
 

Detailed Description

InitNodeInfo transformation helps to set runtime info attributes in a single place.

Every runtime info attribute that needs to be initialized should be registered in run_on_function method. Also do not forget to override init methods for registered attribute. This transformations should be called first in transformation pipeline. If attribute was already set initialization will be skipped for this node.


The documentation for this class was generated from the following file: