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

Update Oz inlining demo to work with TFLite #131

Merged
merged 1 commit into from
Sep 26, 2022

Conversation

boomanaiden154
Copy link
Collaborator

Some minor changes to the inlining demo, just changing all of the info
on using the Tensorflow C library to using TFLite, including adding info
on compilation of the library using the buildbot script.

@boomanaiden154
Copy link
Collaborator Author

Should complete one task in #129.

@petrhosek
Copy link
Collaborator

The fuchsia.xml manifest we have in the repository isn't compatible with TFLite because it pins an older revision of LLVM toolchain that doesn't contain the TFLite support. We need to either remove it or change the instructions to cover both cases, that is pinned Fuchsia manifest and Fuchsia at HEAD. I'm leaning slightly towards the former.

Some minor changes to the inlining demo, just changing all of the info
on using the Tensorflow C library to using TFLite, including adding info
on compilation of the library using the buildbot script.
@boomanaiden154
Copy link
Collaborator Author

I'm learning towards the former too, especially since quite a few people wishing to follow the demo seem to have issues getting the LLVM build working due to one reason or another (mostly due to versioning issues it seems). I've removed the version manifest and the instructions for that from the demo.

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

Successfully merging this pull request may close these issues.

3 participants