Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 816 Bytes

File metadata and controls

22 lines (14 loc) · 816 Bytes

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