Google News
logo
TensorFlow.js - Interview Questions
what is tf.backend() Function in Tensorflow.js?
The tf.backend() function is used to get the current backend of the current browser.
 
Syntax :
tf.backend()
Parameters : It does not accept any parameter.
 
Return Value : It returns KernalBackend.
Advertisement