Current section
Files
Jump to
Current section
Files
src/tflite_beam.app.src
{application, tflite_beam,
[{description, "TensorFlow Lite BEAM binding with optional TPU support."},
{vsn, "0.2.1"},
{registered, []},
{applications,
[kernel,
stdlib
]},
{env,[]},
{modules, []},
{licenses, ["Apache-2.0"]},
{links, [{"GitHub", "https://github.com/cocoa-xu/tflite_beam"}]},
{exclude_paths, ["mix.exs", "mix.lock", ".formatter.exs"]},
{doc, "doc"}
]
}.