[dmlc/tvm] [DOCS][COMMUNITY] add missing header for PMC in community doc (#3708)

2019-08-04 Thread Sheng Zha
Thanks for contributing to TVM! Please refer to guideline https://docs.tvm.ai/contribute/ for useful information and tips. After the pull request is submitted, please request code reviews from [Reviewers](https://github.com/dmlc/tvm/blob/master/CONTRIBUTORS.md#reviewers). You can view, commen

[TVM Discuss] [Development] How to register FTVMSchedule for new relay op

2019-08-04 Thread jonso via TVM Discuss
This is usually defined in Python. So for example, if you define your op’s call to `_make` in `python/tvm/relay/op/tensor.py`, the schedule and op pattern are usually defined in `python/tvm/relay/op/_tensor.py` There are lots of examples in the `_*.py` files. --- [Visit Topic](https://di