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 2020/07/30 16:00:00 UTC

[GitHub] [incubator-tvm] zhiics commented on a change in pull request #6174: [DOCS] Added casting to hybrid script doc and fixed pass infra doc

zhiics commented on a change in pull request #6174:
URL: https://github.com/apache/incubator-tvm/pull/6174#discussion_r463103326



##########
File path: docs/dev/hybrid_script.rst
##########
@@ -91,3 +91,10 @@ Math Intrinsics
 So far, these math intrinsics, ``log``, ``exp``, ``sigmoid``, ``tanh``, ``power``, and ``popcount``, are supported.
 Math intrinsics will be imported by the decorator. Most of the intrinsics are borrowed by library implementation
 except ``popcount`` and ``sigmoid``. I implemented them manually.
+
+
+Casting
+~~~~~~~
+
+You can cast values by using the keywords``uint8``, ``uint32``, ``uint64``, ``int8``, ``int16``, ``int32``, ``int64``, 

Review comment:
       Do we miss uint16?




----------------------------------------------------------------
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:
users@infra.apache.org