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/04/01 00:14:54 UTC

[GitHub] [tvm] junrushao1994 commented on a change in pull request #10843: [TIR] StmtFunctor ReGenerateDef

junrushao1994 commented on a change in pull request #10843:
URL: https://github.com/apache/tvm/pull/10843#discussion_r840121903



##########
File path: python/tvm/tir/stmt_functor.py
##########
@@ -15,6 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 """Statement functor utilities for IR transformations"""
+from tvm.tir.function import PrimFunc

Review comment:
       nit
   
   ```suggestion
   from .function import PrimFunc
   ```
   




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