masahi commented on a change in pull request #9637:
URL: https://github.com/apache/tvm/pull/9637#discussion_r791265798
##########
File path: include/tvm/relay/qnn/attrs.h
##########
@@ -54,6 +55,11 @@ struct RequantizeAttrs : public
tvm::AttrsNode<RequantizeAttrs> {
"value is rounded away from zero at midpoints (for example, -1.5"
"rounds to -2). More context can be found at following gblic manual"
"https://www.gnu.org/software/libc/manual/html_node/Rounding.html.");
+ TVM_ATTR_FIELD(compute_dtype)
+ .set_default("None")
+ .describe(
+ "Specifies the algorithm of requantize calculating. Supported "
Review comment:
`Specifies the data type used during requantize.`
--
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]