Skip to content

Commit

Permalink
Ok to quantize Transpose
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianlizarraga committed Nov 17, 2023
1 parent b051651 commit 724f0df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

Q16_TYPES = {QuantType.QInt16, QuantType.QUInt16}
Q8_TYPES = {QuantType.QInt8, QuantType.QUInt8}
OP_TYPES_TO_EXCLUDE = {"Cast", "Transpose"}
OP_TYPES_TO_EXCLUDE = {"Cast"}


def get_qnn_qdq_config(
Expand Down

0 comments on commit 724f0df

Please sign in to comment.