comaniac commented on a change in pull request #6097:
URL: https://github.com/apache/incubator-tvm/pull/6097#discussion_r458471096
##########
File path: docs/dev/index.rst
##########
@@ -318,13 +338,15 @@ these scheduling components to the a `tir::PrimFunc`
itself.
topi
----
While possible to construct operators directly via TIR or tensor expressions
(TE) for each use case it is tedious to do so.
-`topi` provides a set of pre-defined operators (in TE or TIR) defined by
-numpy and found in common deep learning workloads. We also provide a
collection of common schedule templates to obtain performant implementations
across different target platforms.
+`topi` (Tensor operator inventory) provides a set of pre-defined operators (in
TE or TIR) defined by
+numpy axnd found in common deep learning workloads. We also provide a
collection of common schedule templates to obtain performant implementations
across different target platforms.
Review comment:
Should be "and"?
----------------------------------------------------------------
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:
[email protected]