Home
last modified time | relevance | path

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

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