class ngraph::DequantizationAttr

Overview

Dequantization class represents runtime info attribute that indicates whether the operation is dequantization. More…

#include <dequantization_attribute.hpp>

class DequantizationAttr
{
public:
    // construction

    DequantizationAttr();
    DequantizationAttr(const std::string& name);

    // methods

    std::string getDequantizationAttr() const;
};

Detailed Documentation

Dequantization class represents runtime info attribute that indicates whether the operation is dequantization.

Construction

DequantizationAttr()

A default constructor

DequantizationAttr(const std::string& name)

Constructs a new object consisting of a single name *.

Parameters:

name

The name

Methods

std::string getDequantizationAttr() const

return string with dequantization value