It's my understanding that the C API doesn't access full functionality (but I could be wrong about that)
On Fri, Feb 19, 2016 at 10:54 AM, Jonathan Malmaud <[email protected]> wrote: > Isn't there a C API for tensorflow? It's probably more realistic to target > that then to wait for cxx.jl to become mainstream. > > > On Monday, December 14, 2015 at 2:17:50 PM UTC-5, Phil Tomson wrote: >> >> TensorFlow is written in C++ and they use SWIG to generate wrappers for >> Python. There is no Julia target for SWIG, but looking at some discussions >> here seems to indicate that SWIG for Julia is kind of pointless given that >> things like Cxx.jl exist. >> >> However, Cxx.jl requires special dev versions of both Julia and LLVM so >> it's not an "out of the box" experience just yet. >> >> There was a thread on TensorFlow here a few weeks back, I'm wondering if >> anyone was was working on Julia/TensorFlow interoperability? >> >> Are there alternatives to Cxx.jl for this kind of thing? Will Cxx.jl ever >> be at the point where we can use it with a standard release of Julia? >> >> Phil >> >
