Loading [Contrib]/a11y/accessibility-menu.js
\u200E
Enum ScaleAlgo
Enum Documentation
-
enum paddle::ScaleAlgo
Algorithms for finding scale of quantized Tensors.
Values:
-
enumerator NONE
Do not compute scale.
-
enumerator MAX
Find scale based on the max absolute value.
-
enumerator MAX_CH
Find scale based on the max absolute value per output channel.
-
enumerator MAX_CH_T
Find scale based on the max absolute value per output channel of a transposed tensor
-
enumerator KL
Find scale based on KL Divergence.
Edit on Github文档反馈
Enum ScaleAlgo — Paddle-Inference documentation
Enum ScaleAlgo
Enum Documentation
-
enum paddle::ScaleAlgo
Algorithms for finding scale of quantized Tensors.
Values:
-
enumerator NONE
Do not compute scale.
-
enumerator MAX
Find scale based on the max absolute value.
-
enumerator MAX_CH
Find scale based on the max absolute value per output channel.
-
enumerator MAX_CH_T
Find scale based on the max absolute value per output channel of a transposed tensor
-
enumerator KL
Find scale based on KL Divergence.