Current section

Files

Jump to
tflite_beam src tflite_beam.app.src
Raw

src/tflite_beam.app.src

{application,tflite_beam,
[{description,"TensorFlow Lite BEAM binding with optional TPU support."},
{vsn,"0.3.1"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{licenses,["Apache-2.0"]},
{links,[{"GitHub","https://github.com/cocoa-xu/tflite_beam"}]},
{include_paths,["c_src/*.h","c_src/*.cpp","c_src/*.hpp",
"c_src/coral","c_src/tflite","cc_toolchain",
"scripts","patches","unicodedata",
"CMakeLists.txt","Makefile",".gitmodules","src",
"README*","LICENSE*","rebar.config",
"tflite_beam_precompiled.erl"]},
{exclude_paths,["priv","c_src/libcoral",
"c_src/metadata_schema.fbs"]},
{doc,"doc"}]}.