class ngraph::pass::low_precision::CreateAttribute

Overview

CreateAttribute transformation marks OperationType operations by AttributeType attribute. More…

#include <create_attribute.hpp>

template <, >
class CreateAttribute: public ngraph::pass::low_precision::BaseMatcherPass
{
public:
    // construction

    CreateAttribute(, );
};

Detailed Documentation

CreateAttribute transformation marks OperationType operations by AttributeType attribute.

For more details about the transformation, refer to CreateAttribute page in the Inference Engine Developer Guide.