Public Member Functions
ngraph::DequantizationAttr Class Reference

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

#include <dequantization_attribute.hpp>

Public Member Functions

 DequantizationAttr ()=default
 
 DequantizationAttr (const std::string &name)
 Constructs a new object consisting of a single name *. More...
 
std::string getDequantizationAttr () const
 return string with dequantization value
 

Detailed Description

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

Constructor & Destructor Documentation

◆ DequantizationAttr() [1/2]

ngraph::DequantizationAttr::DequantizationAttr ( )
default

A default constructor

◆ DequantizationAttr() [2/2]

ngraph::DequantizationAttr::DequantizationAttr ( const std::string &  name)
inlineexplicit

Constructs a new object consisting of a single name *.

Parameters
[in]nameThe name

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