ValYouW / tflite-dist

TensorFlow Lite C/C++ distribution libraries and headers
MIT License
111 stars 19 forks source link

this just can used for x64, could you compile a win32 dll and lib file? #12

Closed djiayong5 closed 3 years ago

djiayong5 commented 3 years ago

this just can used for x64, could you compile a win32 dll and lib file?

ValYouW commented 3 years ago

As far as I know 32 bit is not supported

Yamilemon commented 2 years ago

I think it can be supported: https://github.com/tensorflow/tensorflow/pull/49171

ValYouW commented 2 years ago

I'm using Bazel not cmake to build tflite