reminisce commented on a change in pull request #16788: [Numpy][TVM]Add numpy 
operator 'polyval' based on tvm
URL: https://github.com/apache/incubator-mxnet/pull/16788#discussion_r346709823
 
 

 ##########
 File path: contrib/tvmop/utils.py
 ##########
 @@ -20,6 +20,7 @@
 
 AllTypes = ["float32", "float64", "float16", "uint8", "int8", "int32", "int64"]
 RealTypes = ["float32", "float64", "float16"]
+IntegralTypes = ["uint8", "int8", "int32", "int64"]
 
 Review comment:
   Add `'bool'` as well?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to