[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

Re: [apache/incubator-tvm] [COMMUNITY] junrushao1994 -> committer (#6719)

2020-10-20 Thread ANSHUMAN TRIPATHY
Congrats @junrushao1994!!! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-tvm/pull/6719#issuecomment-713079556

Re: [apache/incubator-tvm] [COMMUNITY] junrushao1994 -> committer (#6719)

2020-10-20 Thread Junru Shao
Thank you SO much for offering such a great opportunity!! I am super thrilled to serve the community as an Apache TVM committer! It is always great experience chatting and sharing ideas in the friendly TVM forum, and let's continue to work together to make TVM more accessible, easy-to-use as wel

[Apache TVM Discuss] [Announcement] [COMMUNITY] junrushao1994 -> Committer

2020-10-20 Thread Cody H. Yu via Apache TVM Discuss
Congrats @junrushao1994! --- [Visit Topic](https://discuss.tvm.apache.org/t/community-junrushao1994-committer/8220/2) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.apache.org/email/unsubscribe

[Apache TVM Discuss] [Announcement] [COMMUNITY] junrushao1994 -> Committer

2020-10-20 Thread Zhi via Apache TVM Discuss
Please join us to welcome Junru Shao(@junrushao1994) as a new Committer. Junru has been actively contributing to various aspects of the TVM codebase. He reimplemented and refactored the Target system which greatly helped code lowering and code generation. Junru also largely contributed to the

[apache/incubator-tvm] [COMMUNITY] junrushao1994 -> committer (#6719)

2020-10-20 Thread Zhi
Please join us to welcome Junru Shao(@junrushao1994) as a new Committer. Junru has been actively contributing to various aspects of the TVM codebase. He reimplemented and refactored the Target system which greatly helped code lowering and code generation. Junru also largely contributed to the ru

[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

[Apache TVM Discuss] [Development] Remove extra reshape

2020-10-20 Thread zhupijuan_lkl via Apache TVM Discuss
In current relay pass, we can merge two consecutive reshape op by `SimplifyExpr` pass. Sometimes, We may produce useless reshape op in the process of importing models. For example: #[version = "0.0.5"] def @main(%Placeholder: Tensor[(1, 3, 227, 227), float32], %conv1/weights: Tensor[(