[TVM Discuss] [Development/RFC] Introducing TVM.NET for bringing TVM features into .NET world

2020-04-04 Thread ANSHUMAN TRIPATHY via TVM Discuss
***Proposal:*** Here i like to propose TVM.NET which will enable TVM features in the .NET world. TVM.NET provides a .NET Standard binding for TVM. It aims to implement the complete TVM API in C# which allows .NET developers to deploy TVM compiled models with the cross-platform .NET Standard

[TVM Discuss] [Development/RFC] Introducing TVM.NET for bringing TVM features into .NET world

2020-04-04 Thread tqchen via TVM Discuss
Thanks for the proposal, please try to add more discussions as the project comes in shape, mainly wrt to the API choices, project layout, as well as ways to link libtvm(e.g. do via C API ) native --- [Visit Topic](https://discuss.tvm.ai/t/introducing-tvm-net-for-bringing-tvm-features-into

[TVM Discuss] [Development/RFC] Introduce new frontend for Chainer

2020-04-04 Thread tqchen via TVM Discuss
Trying to summarizing the discussions, thanks @ANSHUMAN.TRIPATHY for bringing up the RFC : - S0: Currently chainer deployment can go through the ONNX path. chainer->ONNX->tvm allows us to leverage the more robust ONNX path. - S1: Because chainer -> ONNX stops developments, there is a concern t