Video description
There are many cases where developers on mobile write lower-level C++ code for their Android applications using the Android NDK, OpenCV and other technologies. Joe Bowser (Adobe) explores how to use TF Lite’s C++ API on Android with existing code so the code can interact directly with TF Lite without having to make a round trip through Java Native Interface (JNI) and the Android subsystem, allowing for cleaner, more portable code so that can even be used in iOS or other platforms. You’ll also discover common pitfalls when working with TFLite as a C++ library, using TFLite with OpenCV and/or Halide on Android, as well as some techniques to do integration testing to allow your tests to work in a CI/CD environment.
Prerequisite knowledge
- Experience with mobile development
What you'll learn
- Discover with the pros and cons of various approaches to using TensorFlow Lite in a production environment and whether using Java or C++ is the best choice for you project
Table of contents
Product information
- Title: Working with TensorFlow Lite on Android with C++
- Author(s):
- Release date: February 2020
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 0636920373810
You might also like
video
TensorFlow Lite: Solution for running ML on-device
Pete Warden and Nupur Garg (Google) take you through TensorFlow Lite, TensorFlow’s lightweight cross-platform solution for …
book
Mastering Computer Vision with TensorFlow 2.x
Apply neural network architectures to build state-of-the-art computer vision applications using the Python programming language Key …
video
TensorFlow Lite for Mobile Development: Deploy Machine Learning Models on Embedded and Mobile Devices
Deploy machine learning models more easily and efficiently on embedded and mobile devices using TensorFlow Lite …
video
The Complete Android Oreo Developer Course - Build 23 Apps!
Learn Android App Development with Android 8.0 Oreo by building real apps including Twitter, Instagram, and …