Public Member Functions
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

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

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.

Constructor & Destructor Documentation

◆ InitNodeInfo()

ngraph::pass::InitNodeInfo::InitNodeInfo ( )
inline

Constructor


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