Loading [Contrib]/a11y/accessibility-menu.js
\u200E
|EN
v1.8
目录

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.