Home
last modified time | relevance | path

Searched defs:quant_type (Results 1 – 25 of 32) sorted by relevance

12

/aosp_15_r20/external/pytorch/torch/ao/quantization/
H A Dquantize_jit.py68 def _prepare_jit(model, qconfig_dict, inplace=False, quant_type=QuantType.STATIC): argument
90 quant_type=QuantType.STATIC, argument
128 model, inplace=False, debug=False, quant_type=QuantType.STATIC, preserved_attrs=None argument
157 model, method_name, inplace=False, debug=False, quant_type=QuantType.STATIC argument
225 quant_type=QuantType.STATIC, argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
H A Dprepare_quantize_helper.h293 UniformQuantizedType quant_type = nullptr; in processConstantOp() local
350 quant::QuantizedType quant_type; in replaceStatsOp() local
441 auto quant_type = GetIntermediateElementType<SourceOp>(op, index); in processIntermediates() local
533 auto quant_type = GetIntermediateElementType<LstmOp>(op, tensor_index); in GetLstmOpQuantSpec() local
H A Dprepare_quantize_dynamic_range.cc222 QuantizedType quant_type = nullptr; in quantizeOpAsInt8() local
253 QuantizedType quant_type, in insertQDQ()
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/quantization/
H A Dfinalize.cpp121 void QuantFusion(std::shared_ptr<Graph>& graph, QuantType quant_type) { in QuantFusion()
190 QuantType quant_type, in Finalize()
212 QuantType quant_type, in FinalizeOnDevicePTQ()
H A Dinsert_observers.cpp293 QuantType quant_type) in InsertObserversHelper()
417 QuantType quant_type) { in shouldObserve()
1654 QuantType quant_type) { in InsertObservers()
1681 QuantType quant_type) { in InsertObserversForOnDevicePTQ()
H A Dinsert_quant_dequant.cpp431 QuantType quant_type = QuantType::STATIC) { in insertQuantizationOps()
694 InsertQuantDeQuantHelper(QuantType quant_type, bool debug) in InsertQuantDeQuantHelper()
1784 QuantType quant_type) { in InsertQuantDeQuant()
1819 QuantType quant_type) { in InsertQuantDeQuantOnDevicePTQ()
H A Dhelper.cpp522 bool nodeQuantizable(Node* n, QuantType quant_type) { in nodeQuantizable()
534 bool useQuantizable(const Use& use, QuantType quant_type) { in useQuantizable()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/quantization/tensorflow/passes/
H A Dprepare_quantize_drq.cc152 QuantizedType quant_type = nullptr; in quantizeOpAsInt8() local
166 QuantizedType quant_type, in insertQDQ()
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dinit.cpp324 auto quant_type = static_cast<QuantType>(quant_type_int); in initJITBindings() local
343 auto quant_type = static_cast<QuantType>(quant_type_int); in initJITBindings() local
359 auto quant_type = static_cast<QuantType>(quant_type_int); in initJITBindings() local
375 auto quant_type = static_cast<QuantType>(quant_type_int); in initJITBindings() local
445 auto quant_type = static_cast<QuantType>(quant_type_int); in initJITBindings() local
456 auto quant_type = static_cast<QuantType>(quant_type_int); in initJITBindings() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/utils/
H A Dvariables_utils.cc53 if (auto quant_type = element_type.dyn_cast<mlir::quant::QuantizedType>()) { in IsSupportedVariableType() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfr/passes/
H A Drewrite_quantized_io.cc56 if (auto quant_type = arg_type.cast<TensorType>() in runOnOperation() local
/aosp_15_r20/external/libtextclassifier/native/lang_id/common/
H A Dembedding-network-params.h87 QuantizationType quant_type = QuantizationType::NONE; member
H A Dembedding-network.cc36 QuantizationType quant_type = matrix.quant_type; in GetMatrixRowSizeInBytes() local
/aosp_15_r20/external/executorch/backends/qualcomm/aot/ir/
H A Dqcir_utils.cpp128 auto quant_type = type_map.at(param.quantizationEncoding); in ToQuantizeParam() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/lite/
H A Dquantize_weights.cc189 BufferType quant_type, in QuantizeWeights()
/aosp_15_r20/external/executorch/backends/apple/mps/test/
H A Dtest_mps_linear.py214 quant_type=None, argument
/aosp_15_r20/external/executorch/backends/xnnpack/test/ops/
H A Dlinear.py466 quant_type=None, argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/
H A Dquantize_weights.cc634 const Model* input_model, BufferType quant_type, in QuantizeWeights()
H A Dquantize_weights_portable.cc620 const Model* input_model, BufferType quant_type, in QuantizeWeights()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/
H A Dquantization_utils.h206 quant::QuantizedType quant_type; in matchAndRewrite() local
H A Dquantization_driver.cc491 if (auto quant_type = final_type.dyn_cast_or_null<quant::QuantizedType>()) { in SetConstantResultParams() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_vp3_video_vp.c71 uint8_t quant_type; // bool, written to 528 member
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/
H A Dradeon_uvd.h287 uint8_t quant_type; member
/aosp_15_r20/external/mesa3d/src/amd/common/
H A Dac_uvd_dec.h292 uint8_t quant_type; member
/aosp_15_r20/external/virglrenderer/src/
H A Dvirgl_video_hw.h548 uint8_t quant_type; member

12