Google News
logo
TensorFlow.js - Interview Questions
What do you know about TensorFlow Managers?
The TensorFlow managers are responsible for loading, unloading, lookup, and lifetime management of all servable objects via their loaders. TensorFlow Managers control the full lifecycle of Servables, including :
 
* Loading Servables
* Serving Servables
* Unloading Servables

It is an abstract class. Its syntax is :
#include <manager.h>  
Advertisement