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
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 …
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 …
video
Further Exploration of C++ Templates and Metaprogramming
Designed for intermediate level C++ programmers, this course focuses on the advanced features and techniques made …
video
Android 6 App Development Fundamentals I and II
Overview Android App Development Fundamentals 3/e uses Paul Deitel’s unique "app-driven" approach to get you up …