Google News
logo
TensorFlow.js - Interview Questions
What are some of the components needed to deploy a Lite model file?
In TensorFlow, three main components are used to deploy a Lite model :
 
Java API : Used as a wrapper around the C++ API for Android

C++ API : Used to load the TensorFlow Lite model and call the interpreter

Interpreter : Used to handle kernel loading and the execution of the model
Advertisement