playertwo / build-tensorflow

Build TensorFlow 32 bit (x86) and 64 bit (x86_64) cpu C and C++ API shared lib for Windows and Linux
7 stars 5 forks source link

tensorflow_jni #1

Open olitank opened 6 years ago

olitank commented 6 years ago

Hello, I want to get the 32 bits binaries of tensorflow_jni module (for java). Can you please share the procedure that you used to get the c & c++ binaries? Regards

playertwo commented 6 years ago

Hi! Binaries builded with continuous integration tools. For the Windows platform with https://www.appveyor.com and for the Linux platform with https://travis-ci.org The building procedure declared in corresponding yml files in this repo