dart-archive / tflite_native

A Dart interface to TensorFlow Lite (tflite) through dart:ffi
https://pub.dev/packages/tflite_native
BSD 3-Clause "New" or "Revised" License
125 stars 18 forks source link

Include Windows 64-bit dll file #9

Closed lambdabaa closed 5 years ago

lambdabaa commented 5 years ago

This was created by running

bazel build -s tensorflow/lite/experimental/c:libtensorflowlite_c.dll

after renaming the .so target to have a .dll suffix.