Searched defs:QuantizerType (Results 1 – 2 of 2) sorted by relevance
1559 struct TORCH_API QuantizerType : public Type { struct1566 static const TypeKind Kind = TypeKind::QuantizerType; argument1571 QuantizerType() : Type(TypeKind::QuantizerType) {} in QuantizerType() function
35 enum class QuantizerType { OLD_QUANTIZER, MLIR_QUANTIZER }; enum