class AttributeParameters¶
#include <attribute_parameters.hpp>
class AttributeParameters
{
public:
// fields
ngraph::element::Type deqPrecision;
std::vector<ngraph::element::Type> defaultPrecisions;
// construction
AttributeParameters(
const ngraph::element::Type deqPrecision = ngraph::element::f32,
const std::vector<ngraph::element::Type> defaultPrecisions = { ngraph::element::u8, ngraph::element::i8 }
);
};