[Apache TVM Discuss] [Development/RFC] Add some new tensorflow ops

2020-10-22 Thread masahi via Apache TVM Discuss
Thanks, yeah I also remember `te.scan` only supports scanning along the first axis. I think `te.extern` is good as a first step. --- [Visit Topic](https://discuss.tvm.apache.org/t/add-some-new-tensorflow-ops/8217/7) to respond. You are receiving this because you enabled mailing list mode

[Apache TVM Discuss] [Development/RFC] Add some new tensorflow ops

2020-10-22 Thread Alter Xp via Apache TVM Discuss
We have tried using te.scan and te.compute to implement cumsum. But it seems that there is no way to use the same formula to adapt to all situations. Finally, we implement it with te.extern. --- [Visit Topic](https://discuss.tvm.apache.org/t/add-some-new-tensorflow-ops/8217/6) to respond

[Apache TVM Discuss] [Development/RFC] Add some new tensorflow ops

2020-10-22 Thread Alter Xp via Apache TVM Discuss
I'll make them down into several prs, than send them directly. Thank you. --- [Visit Topic](https://discuss.tvm.apache.org/t/add-some-new-tensorflow-ops/8217/5) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https

[Apache TVM Discuss] [Development/RFC] Add some new tensorflow ops

2020-10-22 Thread masahi via Apache TVM Discuss
I'm curious, how did you implement cumsum? I also wanted cumsum op a while back, but for me it was not clear how it can be implemented efficiently in TVM. --- [Visit Topic](https://discuss.tvm.apache.org/t/add-some-new-tensorflow-ops/8217/4) to respond. You are receiving this because you

[Apache TVM Discuss] [Development/RFC] Add some new tensorflow ops

2020-10-22 Thread Zhao Wu via Apache TVM Discuss
I think we could just send pr directly. Of course, we could make them be several prs, not one big pr. --- [Visit Topic](https://discuss.tvm.apache.org/t/add-some-new-tensorflow-ops/8217/3) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from thes

[Apache TVM Discuss] [Development/RFC] Add some new tensorflow ops

2020-10-20 Thread Cuiqing Li via Apache TVM Discuss
nice job! If it works out, it will be really helpful! --- [Visit Topic](https://discuss.tvm.apache.org/t/add-some-new-tensorflow-ops/8217/2) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.apach

[Apache TVM Discuss] [Development/RFC] Add some new tensorflow ops

2020-10-20 Thread Alter Xp via Apache TVM Discuss
## Motivation In order to enrich the support of TF operator and the need of practical work, we add 15 operators to TVM. as follows: * Expm1, Rint, Softsign, Cumprod, Cumsum * SegmentMax, SegmentMin, SegmentMean, SegmentPord, SegmentSum * UnsortedSegmentMax, UnsortedSegmen