Home
last modified time | relevance | path

Searched defs:dequantize (Results 1 – 25 of 38) sorted by relevance

12

/aosp_15_r20/external/ComputeLibrary/arm_compute/core/
H A DQuantizationInfo.h275 static inline float dequantize(QUANTIZED_TYPE value, const UniformQuantizationInfo &qinfo) in dequantize() function
287 static inline float dequantize(QUANTIZED_TYPE value, const QuantizationInfo &qinfo) in dequantize() function
385 inline float dequantize(uint8_t value, float scale, int32_t offset) in dequantize() function
460 inline float dequantize(int8_t value, float scale) in dequantize() function
472 inline float dequantize(int16_t value, float scale) in dequantize() function
485 inline float dequantize(uint16_t value, float scale, int32_t offset) in dequantize() function
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/
H A DDequantizationLayer.cpp39 TOut dequantize(int8_t val, const UniformQuantizationInfo qinfo, DataType dt) in dequantize() function
51 TOut dequantize(uint8_t val, const UniformQuantizationInfo qinfo, DataType dt) in dequantize() function
57 TOut dequantize(int16_t val, const UniformQuantizationInfo qinfo, DataType dt) in dequantize() function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/cutlass_extensions/gemm/warp/
H A Dmma_tensorop_dequantizer.h156 void dequantize(FragmentDequantizedOperand& operand_frag, const FragmentScale& scale_frag) in dequantize() function
264 void dequantize(FragmentDequantizedOperand& operand_frag, const FragmentScale& scale_frag) in dequantize() function
360 void dequantize(FragmentDequantizedOperand& operand_frag, const FragmentScale& scale_frag) in dequantize() function
449 void dequantize(FragmentDequantizedOperand& operand_frag, const FragmentScale& scale_frag) in dequantize() function
/aosp_15_r20/external/pytorch/aten/src/ATen/quantized/
H A DQuantizer.cpp207 Tensor PerTensorAffineQuantizer::dequantize(const Tensor& qtensor) { in dequantize() function in at::PerTensorAffineQuantizer
244 Tensor PerChannelAffineQuantizer::dequantize(const Tensor& qtensor) { in dequantize() function in at::PerChannelAffineQuantizer
294 Tensor PerChannelAffineFloatQParamsQuantizer::dequantize(const Tensor& qtensor) { in dequantize() function in at::PerChannelAffineFloatQParamsQuantizer
438 Tensor UnknownQuantizer::dequantize(const Tensor& qtensor) { in dequantize() function in at::UnknownQuantizer
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_0/
Ddequantize.example.cpp7 namespace generated_tests::dequantize { namespace
54 namespace generated_tests::dequantize { namespace
/aosp_15_r20/external/executorch/backends/cadence/reference/kernels/
H A Dkernels.cpp44 float dequantize(const T x, float scale, int32_t zero_point) { in dequantize() function
50 void dequantize( in dequantize() function
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/convolution/common/
H A Dqsymm8.cpp51 float QSymm8Params::dequantize(const int8_t value) const in dequantize() function in qsymm8::QSymm8Params
98 float QSymm8PerChannelParams::dequantize(const int8_t value, float scale) const in dequantize() function in qsymm8::QSymm8PerChannelParams
H A Dqasymm8.cpp51 float QAsymm8Params::dequantize(const uint8_t value) const in dequantize() function in qasymm8::QAsymm8Params
/aosp_15_r20/external/executorch/extension/llm/custom_ops/spinquant/test/
H A Dfast_hadamard_transform_test.cpp90 float dequantize(T x, float scale) { in dequantize() function
95 std::vector<float> dequantize(const std::vector<T>& data, float scale) { in dequantize() function
/aosp_15_r20/external/executorch/backends/cadence/hifi/kernels/
H A Dkernels.cpp72 dequantize(const T x, float scale, int32_t zero_point) { in dequantize() function
78 void dequantize( in dequantize() function
/aosp_15_r20/packages/modules/NeuralNetworks/common/types/operations/src/
DDequantize.cpp22 namespace dequantize { namespace
/aosp_15_r20/external/armnn/python/pyarmnn/src/pyarmnn/_quantization/
H A Dquantize_and_dequantize.py47 def dequantize(value: int, scale: float, offset: float, from_dtype: str) -> float: function
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
Dsub_quantized_different_scales.mod.py19 def dequantize(x, scale, offset): function
Dtanh_v1_2.mod.py35 def dequantize(x): function
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/
Dtanh_quant8_signed.mod.py21 def dequantize(x): function
Dsub_quant8_signed.mod.py20 def dequantize(x, scale, offset): function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/utils/
H A Dfake_quant_utils.h147 auto dequantize = rewriter.create<TFL::DequantizeOp>( in matchAndRewrite() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/quantization/tensorflow/utils/
H A Dfake_quant_utils.h136 auto dequantize = rewriter.create<quantfork::DequantizeCastOp>( in matchAndRewrite() local
/aosp_15_r20/external/pytorch/torch/ao/quantization/experimental/
H A Dquantizer.py70 def dequantize(self, apot_tensor) -> Tensor: member in APoTQuantizer
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Ddequantize.cc26 namespace dequantize { namespace
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DDequantize.cpp27 namespace dequantize { namespace
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/tensorflow/
H A Dtf_to_quant.cc141 auto dequantize = rewriter.create<quantfork::DequantizeCastOp>( in matchAndRewrite() local
/aosp_15_r20/external/pytorch/torch/ao/nn/quantizable/modules/
H A Dactivation.py190 def dequantize(self): member in MultiheadAttention
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
H A Ddefault_quant_params.cc190 auto dequantize = builder.create<TFL::DequantizeOp>( in QuantizeValue() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/versioning/
H A Dop_signature.h68 } dequantize; member

12