[Apache TVM Discuss] [Questions] [BYOC, doc] List of operators to implement

2022-02-24 Thread nscotto via Apache TVM Discuss
Great I will look into that. In the future it could be helpful to have an extensive list of the relay operators that are generated for BYOC. Thank you! --- [Visit Topic](https://discuss.tvm.apache.org/t/byoc-doc-list-of-operators-to-implement/12155/5) to respond. You are receiving this

[Apache TVM Discuss] [Questions] [BYOC, doc] List of operators to implement

2022-02-24 Thread nscotto via Apache TVM Discuss
That is really great, thank you for clarifying. I was still interested in having a list of actual operators however: The list of relay functions in https://tvm.apache.org/docs/reference/api/python/relay/index.html contains things like `setrecursionlimit` or `build` which I don't think are mean

[Apache TVM Discuss] [Questions] [BYOC, doc] List of operators to implement

2022-02-23 Thread nscotto via Apache TVM Discuss
Hi, is there a simple list of all relay operators for BYOC? I can find relay operators in the Python API section of the doc but they are spread amongst different sections and mixed with other functions. Like [here](https://tvm.apache.org/docs/reference/api/python/relay/index.html), [there](ht