FWIW I think this may be the C API:
https://github.com/tensorflow/tensorflow/blob/master/tensorflow/core/public/tensor_c_api.h
On Nov 10, 2015 11:05 AM, "Stefan Karpinski" <ste...@karpinski.org> wrote:

> Time for a JuliaML org?
>
> On Tuesday, November 10, 2015, Tom Breloff <t...@breloff.com> wrote:
>
>> I'm interested as well.  Who wants to claim TensorFlow.jl?
>>
>> On Tue, Nov 10, 2015 at 9:11 AM, Ben Moran <gp...@benmoran.net> wrote:
>>
>>> I'm very interested in this.  I haven't gone through the details yet but
>>> they say that C++ API currently only supports a subset of the Python API
>>> (weird!).
>>>
>>> One possibility is to use PyCall to wrap the Python version, like was
>>> done for PyPlot, SymPy and like I began tentatively for Theano here -
>>> https://github.com/benmoran/MochaTheano.jl
>>>
>>>
>>> On Monday, 9 November 2015 21:06:41 UTC, Phil Tomson wrote:
>>>>
>>>> Looks like they used SWIG to create the Python bindings.  I don't see
>>>> Julia listed as an output target for SWIG.
>>>>
>>>>
>>>>
>>>> On Monday, November 9, 2015 at 1:02:36 PM UTC-8, Phil Tomson wrote:
>>>>>
>>>>> Google has released it's deep learning library called TensorFlow as
>>>>> open source code:
>>>>>
>>>>> https://github.com/tensorflow/tensorflow
>>>>>
>>>>> They include Python bindings, Any ideas about how easy/difficult it
>>>>> would be to create Julia bindings?
>>>>>
>>>>> Phil
>>>>>
>>>>
>>

Reply via email to