24 #ifndef TVM_RELAX_ATTRS_QDQ_H_
25 #define TVM_RELAX_ATTRS_QDQ_H_
41 "The output channel axis for channel wise quantization/dequantization. "
42 "Default value is -1, which corresponds to the last axis.")
The base class of the all the Use "curiously recurring template pattern".
Definition: attrs.h:870
Runtime primitive data type.
Definition: data_type.h:43
#define TVM_ATTR_FIELD(FieldName)
Declare an attribute field.
Definition: attrs.h:76
runtime implementation for LibTorch/TorchScript.
Definition: analyzer.h:36
Attributes for relax.quantize/relax.dequantize operator.
Definition: qdq.h:33
TVM_DECLARE_ATTRS(QuantizeAttrs, "relax.attrs.QuantizeAttrs")
Definition: qdq.h:37
DataType out_dtype
Definition: qdq.h:34
int axis
Definition: qdq.h:35