Skip to content

Luna-Tensorflow/Luna-Tensorflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Luna-Tensorflow

Description

The following project is the binding of the Tensorflow library for the Luna programming language.

Getting the sources:

git clone https://github.com/Luna-Tensorflow/Luna-Tensorflow.git

Building the internal C++ library:

cd API/Tensorflow/native_libs
mkdir build
cd build
cmake ../src
make

Running Luna

On Windows, alternatively you can open FFiExample/native_libs/src in CLion and build it using built-in CMake. Then you can launch Main.luna in the Luna Studio or from command line:

cd API/Tensorflow
luna run