| Package | Description |
|---|---|
| org.bytedeco.opencv.opencv_dnn |
| Modifier and Type | Class and Description |
|---|---|
class |
DequantizeDynamicLayer
\brief Dynamic dequantization layer that reads scale and zero point from
input tensors (produced by QuantizeDynamicLayer) rather than from fixed parameters.
|
| Modifier and Type | Method and Description |
|---|---|
static DequantizeLayer |
DequantizeLayer.create(LayerParams params) |
DequantizeLayer |
DequantizeLayer.getPointer(long i) |
DequantizeLayer |
DequantizeLayer.position(long position) |
DequantizeLayer |
DequantizeLayer.scales(FloatPointer setter) |
DequantizeLayer |
DequantizeLayer.zeropoints(IntPointer setter) |
Copyright © 2026. All rights reserved.