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/06/16 03:54:19 UTC

[GitHub] [incubator-tvm] masahi edited a comment on pull request #5797: [MergeComposite] Fix InferType when module contains Prelude

masahi edited a comment on pull request #5797:
URL: https://github.com/apache/incubator-tvm/pull/5797#issuecomment-644515613


   PyTorch frontend also uses Prelude. It contains List ADT (as in functional programming) and functions on lists (cons, map, filter, concat, length, nth etc).
   
    It allows creating and manipulating dynamic lists. For pytorch frontend, this is necessary for supporting python list append, for example.


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