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

Enable ci testing on osx #27

Closed lambdabaa closed 5 years ago

lambdabaa commented 5 years ago

Fixes #26.

kevmoo commented 5 years ago

Glad you're trying this out!

truongsinh commented 5 years ago

btw, it failed bacause we haven't updated .so file for iOS yet

lambdabaa commented 5 years ago

I fixed the .so build with this change upstream in the tf repo https://github.com/tensorflow/tensorflow/pull/32788.