Home
last modified time | relevance | path

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

/external/ComputeLibrary/tests/validation/reference/
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
/external/ComputeLibrary/arm_compute/core/
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
/external/armnn/python/pyarmnn/src/pyarmnn/_quantization/
Dquantize_and_dequantize.py47 def dequantize(value: int, scale: float, offset: float, from_dtype: str) -> float: function
/external/ComputeLibrary/src/core/NEON/kernels/convolution/common/
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
Dqasymm8.cpp51 float QAsymm8Params::dequantize(const uint8_t value) const in dequantize() function in qasymm8::QAsymm8Params
/external/tensorflow/tensorflow/compiler/mlir/lite/utils/
Dfake_quant_utils.h147 auto dequantize = rewriter.create<TFL::DequantizeOp>( in matchAndRewrite() local
/external/tensorflow/tensorflow/compiler/mlir/quantization/tensorflow/utils/
Dfake_quant_utils.h136 auto dequantize = rewriter.create<quantfork::DequantizeCastOp>( in matchAndRewrite() local
/external/tensorflow/tensorflow/lite/kernels/
Ddequantize.cc26 namespace dequantize { namespace
Ddetection_postprocess.cc247 Dequantizer dequantize(quant_zero_point, quant_scale); in DequantizeBoxEncodings() local
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/tensorflow/
Dtf_to_quant.cc141 auto dequantize = rewriter.create<quantfork::DequantizeCastOp>( in matchAndRewrite() local
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Ddefault_quant_params.cc190 auto dequantize = builder.create<TFL::DequantizeOp>( in QuantizeValue() local
/external/tensorflow/tensorflow/lite/tools/versioning/
Dop_signature.h68 } dequantize; member
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/
Dquantization_utils.h646 if (auto dequantize = llvm::dyn_cast<DQ>(user)) { in RewireFloatModelBackbone() local
Dquantization_driver.cc579 auto dequantize = builder_.create<quantfork::DequantizeCastOp>( in QuantizeValue() local
/external/tensorflow/tensorflow/compiler/tf2xla/python/
Dxla.py562 dequantize = gen_xla_ops.xla_dequantize variable
/external/tensorflow/tensorflow/python/ops/
Darray_ops.py6204 def dequantize( # pylint: disable=missing-docstring function
/external/tensorflow/tensorflow/core/common_runtime/
Dmkl_layout_pass.cc877 string dequantize; member