Skip to content

Commit

Permalink
Merge branch 'tanh_support' into 'master'
Browse files Browse the repository at this point in the history
Add Tanh quant support.

See merge request speech-recognition-framework/esp-ppq!50
  • Loading branch information
BlueSkyB committed Jan 21, 2025
2 parents 7a0fcc8 + 9b51d64 commit 5cb8fb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ppq/quantization/quantizer/EspdlQuantizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ def quant_operation_types(self) -> set:
"PPQBiasFusedMatMul",
"Split",
"Gather",
"Tanh",
}

@property
Expand Down

0 comments on commit 5cb8fb0

Please sign in to comment.