Giter VIP home page Giter VIP logo

Comments (6)

lu-wang-g avatar lu-wang-g commented on June 20, 2024

The C++ metadata extractor library has been released. We're working on improving the C++ user experience so that it's easy to use when building from source code.

from tflite-support.

sseppola avatar sseppola commented on June 20, 2024

Excellent! Thank you for the update.
I'm not in a hurry to have this in place, so I read your comment as a suggestion to wait until the user experience has been improved before integrating the C++ lib. Is that a fair assessment?

from tflite-support.

lu-wang-g avatar lu-wang-g commented on June 20, 2024

The improvement will focus on non-bazel experiences, such as using CMake.

BTW, what is the expected workflow for your use case, like which platform (c++/ swift / java), prebuilt binary or built from source code?

from tflite-support.

sseppola avatar sseppola commented on June 20, 2024

I'm new to native apps, so I'm not sure what tool is being used under the hood, but I can describe the setup.

I've got a React Native app with custom native integration to TFLite, this all builds with default swift/java compilers as far as I know. My project dependencies have been installed from Pods/Maven/npm, so perhaps there's some step in the bundling that compiles source files in there, but this I'm not aware/certain of.

My build.gradle refers to using BUCK for compile dependencies:

// Run this once to be able to run the application with BUCK
// puts all compile dependencies into folder libs for BUCK to use
task copyDownloadableDepsToLibs(type: Copy) {
    from configurations.compile
    into 'libs'
}

Does this answer your question? I'm happy to dig a bit further if you give me some direction

from tflite-support.

lu-wang-g avatar lu-wang-g commented on June 20, 2024

Thanks for your explanation! Seems like the missing piece of work for you is the swift API distributed from Cocoapods. I'll make a note when we planning work for the next quarter. Thanks for the feedback!

from tflite-support.

sseppola avatar sseppola commented on June 20, 2024

Happy to help! I was starting to expect something more complicated, so I'm looking forward to the cocoapods distribution.

from tflite-support.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.