Re: Rust Client Lib

2019-02-19 Thread Pedro Larroy
; > > nuances of the C API as HY mentioned... > > > > > > > > > > > > Going to go ahead and dive in. Will be back eventually for feedback > > > > > > / > > > > > > input! > > > > > > > > > > > > Zach Boldyg

Re: Rust Client Lib

2019-02-18 Thread Sheng Zha
; > > > input! > > > > > > > > > > Zach Boldyga > > > > > Scalabull | Founder > > > > > 1 (866) 846-8771 x 101 > > > > > > > > > > > > > > > On Wed, Jan 30, 2019 at 12:02

Re: Rust Client Lib

2019-02-18 Thread epsundoge
t; > > >> failed. It seems like you have to think a lot more than just > > translate the > > > >> C api to make it work. It's better understand the C API first and make > > > >> sure > > > >> it won't introduce new problems in ru

Re: Rust Client Lib

2019-02-18 Thread Edison Gustavo Muenz
ntroduce new problems in rust. > > >> > > >> HY > > >> > > >> Pedro Larroy 于2019年1月30日周三 上午4:35写道: > > >> > > >> > I have been thinking about this and I find really exciting to have > > >> > Rust bindings and

Re: Rust Client Lib

2019-02-18 Thread epsundoge
ke MXNet to the Rust > >> > community and to native applications in a convenient Rust crate. I > >> > would love to see this happen. I think basically MXNet needs to be > >> > wrapped in a Rust crate via FFI / C Bindings. > >> > > >> > P

Re: Rust Client Lib

2019-02-08 Thread Zach Boldyga
ns in a convenient Rust crate. I >> > would love to see this happen. I think basically MXNet needs to be >> > wrapped in a Rust crate via FFI / C Bindings. >> > >> > Pedro. >> > >> > On Tue, Jan 29, 2019 at 11:05 AM Zach Boldyga >> wrote:

Re: Rust Client Lib

2019-01-30 Thread Zach Boldyga
Tue, Jan 29, 2019 at 11:05 AM Zach Boldyga > wrote: > > > > > > Hey y'all! > > > > > > I'm thinking about spending this week working on a rust client lib for > > > MXNet. saw a little bit of chatter about this in the github issues and >

Re: Rust Client Lib

2019-01-30 Thread HY Chen
s to be > wrapped in a Rust crate via FFI / C Bindings. > > Pedro. > > On Tue, Jan 29, 2019 at 11:05 AM Zach Boldyga wrote: > > > > Hey y'all! > > > > I'm thinking about spending this week working on a rust client lib for > > MXNet. saw a lit

Re: Rust Client Lib

2019-01-29 Thread Pedro Larroy
FFI / C Bindings. Pedro. On Tue, Jan 29, 2019 at 11:05 AM Zach Boldyga wrote: > > Hey y'all! > > I'm thinking about spending this week working on a rust client lib for > MXNet. saw a little bit of chatter about this in the github issues and no > strong existing crates

Re: Rust Client Lib

2019-01-29 Thread kellen sunderland
he documentation going > to work long term. > > I hope this helps, > Carin > > > > > On Tue, Jan 29, 2019 at 5:05 AM Zach Boldyga wrote: > > > Hey y'all! > > > > I'm thinking about spending this week working on a rust client lib for > > MXNet. s

Re: Rust Client Lib

2019-01-29 Thread Carin Meier
hope this helps, Carin On Tue, Jan 29, 2019 at 5:05 AM Zach Boldyga wrote: > Hey y'all! > > I'm thinking about spending this week working on a rust client lib for > MXNet. saw a little bit of chatter about this in the github issues and no > strong existing crates at th

Rust Client Lib

2019-01-29 Thread Zach Boldyga
Hey y'all! I'm thinking about spending this week working on a rust client lib for MXNet. saw a little bit of chatter about this in the github issues and no strong existing crates at the moment. Any pointers on approaching this in a way that will lead to it being adopted as an officially