Home
last modified time | relevance | path

Searched defs:QuantizerType (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A Djit_type.h1559 struct TORCH_API QuantizerType : public Type { struct
1566 static const TypeKind Kind = TypeKind::QuantizerType; argument
1571 QuantizerType() : Type(TypeKind::QuantizerType) {} in QuantizerType() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/
H A Dquantize_weights.h35 enum class QuantizerType { OLD_QUANTIZER, MLIR_QUANTIZER }; enum