cpetig / tflite_micro_compiler

generate tflite micro code which bypasses the interpreter (directly calls into kernels)
Apache License 2.0
77 stars 26 forks source link

Fix `libtensorflow-microlite.a` lib path for Mac OS #66

Closed vikramdattu closed 2 years ago

vikramdattu commented 2 years ago

tf lib path was set to linux target path of not Windows. Added check for APPLE to extend this to support Mac OS build.

vikramdattu commented 2 years ago

@cpetig PTAL

rafzi commented 2 years ago

thank you