Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ INIT_PACKAGE_PARAM_ORDER_DEF()
* needs to be global in the package
* one list per package
* for listing op names which support per-channel quantization
* per-axis quantization info of an op is embeded in axisScaleOffsetEncoding
* per-axis quantization info of an op is embedded in axisScaleOffsetEncoding
* inside Qnn_Tensor_t types
* HTP backend only supports per-channel scale ops
* i.e. along last dimension, offset is always zero
Expand Down
Loading