/aosp_15_r20/external/ComputeLibrary/arm_compute/core/ |
H A D | QuantizationInfo.h | 275 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 D | DequantizationLayer.cpp | 39 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 D | mma_tensorop_dequantizer.h | 156 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 D | Quantizer.cpp | 207 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/ |
D | dequantize.example.cpp | 7 namespace generated_tests::dequantize { namespace 54 namespace generated_tests::dequantize { namespace
|
/aosp_15_r20/external/executorch/backends/cadence/reference/kernels/ |
H A D | kernels.cpp | 44 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 D | qsymm8.cpp | 51 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 D | qasymm8.cpp | 51 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 D | fast_hadamard_transform_test.cpp | 90 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 D | kernels.cpp | 72 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/ |
D | Dequantize.cpp | 22 namespace dequantize { namespace
|
/aosp_15_r20/external/armnn/python/pyarmnn/src/pyarmnn/_quantization/ |
H A D | quantize_and_dequantize.py | 47 def dequantize(value: int, scale: float, offset: float, from_dtype: str) -> float: function
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/ |
D | sub_quantized_different_scales.mod.py | 19 def dequantize(x, scale, offset): function
|
D | tanh_v1_2.mod.py | 35 def dequantize(x): function
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/ |
D | tanh_quant8_signed.mod.py | 21 def dequantize(x): function
|
D | sub_quant8_signed.mod.py | 20 def dequantize(x, scale, offset): function
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/utils/ |
H A D | fake_quant_utils.h | 147 auto dequantize = rewriter.create<TFL::DequantizeOp>( in matchAndRewrite() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/quantization/tensorflow/utils/ |
H A D | fake_quant_utils.h | 136 auto dequantize = rewriter.create<quantfork::DequantizeCastOp>( in matchAndRewrite() local
|
/aosp_15_r20/external/pytorch/torch/ao/quantization/experimental/ |
H A D | quantizer.py | 70 def dequantize(self, apot_tensor) -> Tensor: member in APoTQuantizer
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | dequantize.cc | 26 namespace dequantize { namespace
|
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | Dequantize.cpp | 27 namespace dequantize { namespace
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/tensorflow/ |
H A D | tf_to_quant.cc | 141 auto dequantize = rewriter.create<quantfork::DequantizeCastOp>( in matchAndRewrite() local
|
/aosp_15_r20/external/pytorch/torch/ao/nn/quantizable/modules/ |
H A D | activation.py | 190 def dequantize(self): member in MultiheadAttention
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/ |
H A D | default_quant_params.cc | 190 auto dequantize = builder.create<TFL::DequantizeOp>( in QuantizeValue() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/versioning/ |
H A D | op_signature.h | 68 } dequantize; member
|