ekalda commented on a change in pull request #9530:
URL: https://github.com/apache/tvm/pull/9530#discussion_r754431002
##########
File path: python/tvm/relay/backend/contrib/ethosu/util.py
##########
@@ -90,6 +90,28 @@ class BinaryElementwiseArgs(Enum):
ofm_zero_point = 7
+class QuantizeArgs(Enum):
+ """
+ This is a helper enums to access the correct index of
+ quantize arguments
+ """
+
+ ifm = 0
Review comment:
Done (i.e. changed both to use capitals)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]