You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/01/23 21:44:43 UTC

[GitHub] [tvm] masahi commented on a change in pull request #9637: Add FP requantize flow. Set this by default for llvm x86 targets

masahi commented on a change in pull request #9637:
URL: https://github.com/apache/tvm/pull/9637#discussion_r790334752



##########
File path: include/tvm/relay/qnn/attrs.h
##########
@@ -36,6 +36,7 @@ namespace qnn {
 struct RequantizeAttrs : public tvm::AttrsNode<RequantizeAttrs> {
   int axis;
   std::string rounding;
+  std::string calculation_flow_type;

Review comment:
       I prefer `compute_dtype`




-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org