Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating LCE compatible TFLite iOS apps #285

Open
3 tasks
arashb opened this issue Mar 15, 2020 · 2 comments
Open
3 tasks

Creating LCE compatible TFLite iOS apps #285

arashb opened this issue Mar 15, 2020 · 2 comments
Assignees
Labels
good first issue Good for newcomers

Comments

@arashb
Copy link
Contributor

arashb commented Mar 15, 2020

TFLite provides a collection of example mobile apps for specific DL applications. We already have a setup in place to build LCE Lite AAR to support Android (see #238) . No process (and documentation) is currently in place to support iOS. what needs to be done:

  • setting up the LCE build process for iOS
  • building the LCE Lite package with integrated LCE custom operators for iOS
  • integrating the LCE Lite for iOS in one of TF Lite example apps and test on an iOS device
@arashb arashb added the good first issue Good for newcomers label Mar 15, 2020
@arashb
Copy link
Contributor Author

arashb commented Mar 21, 2020

to create a LCE Lite package for iOS, first we need to create a LCE C API library similar to TF Lite C API. Then the LCE C API will be used in TensorFlow Lite for iOS and its swift interface.

@AdamHillier AdamHillier self-assigned this Apr 14, 2020
@AdamHillier
Copy link
Contributor

I have this working locally, and will make a PR to add support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants