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 | |
Dequantization class represents runtime info attribute that indicates whether the operation is dequantization.
|
default |
A default constructor
|
inlineexplicit |
Constructs a new object consisting of a single name *.
| [in] | name | The name |