Home
last modified time | relevance | path

Searched defs:_dequantize (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/arm_compute/runtime/NEON/functions/
H A DNEDetectionPostProcessLayer.h105 NEDequantizationLayer _dequantize; variable
H A DNELSTMLayerQuantized.h172 NEDequantizationLayer _dequantize; variable
/aosp_15_r20/external/ComputeLibrary/arm_compute/runtime/CL/functions/
H A DCLLSTMLayerQuantized.h195 CLDequantizationLayer _dequantize; variable
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_quantized.py38 def _dequantize(qx, scale, zero_point): function