Skip to content

Commit

Permalink
precommit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Giuseppe5 committed Sep 13, 2024
1 parent ea42506 commit 3dc7dfa
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,8 @@ class CNNInt8DynamicActPerTensorFloat(Int8DynamicActPerTensorFloat):
'asym': CNNShiftedUint8DynamicActPerTensorFloat}}},
'po2_scale': {
'stats': {
'per_group': {'sym':MXInt8Act} }}}},
'per_group': {
'sym': MXInt8Act}}}}},
'float': {
'static': {
'float_scale': {
Expand Down

0 comments on commit 3dc7dfa

Please sign in to comment.