Skip to content

tonib/TfLiteNetWrapper

Repository files navigation

Windows .NET bindings for Tensorflow 2.9

It's a Visual Studio project to generate a DLL with bindings to use the Tensorflow Lite C API.

Basically it's a modified version of tensorflow\lite\experimental\examples\unity\TensorFlowLitePlugin\Assets\TensorFlowLite\SDK\Scripts\Interpreter.cs file of the Tensorflow source code

Compiled TF Flite C API Windows dll are in tfliteLibraries.

The compiled TF Lite DLL distributed here does not have Flex support. The only way I have found to to compile targeting x86 platforms is with CMake, and it seems it does not support Flex (see tensorflow/tensorflow#40157 (comment)).

Use

See TestApplication/Program.cs for an example

Licensing

See https://github.com/tensorflow/tensorflow for Tensorflow license

About

.NET bindings for Tensorflow Lite

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages