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 2021/09/01 06:24:57 UTC

[GitHub] [tvm] masahi commented on a change in pull request #8883: [Relay][Quantization] Per-Channel FQ2I

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



##########
File path: include/tvm/ir/affine_type.h
##########
@@ -71,24 +71,28 @@ class TensorAffineTypeNode : public AffineTypeNode {
   RelayExpr zero_point;
   /*! \brief The data type of this type */
   DataType dtype;
+  /*! \brief The data type of this type */

Review comment:
       Needs doc update.
   




-- 
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