Open In App

TensorFlow.js Tensors Classes Complete Reference

Last Updated : 21 Apr, 2022
Summarize
Comments
Improve
Suggest changes
Share
Like Article
Like
Report

TensorFlow.js is an open-source JavaScript library designed by Google to develop Machine Learning models and deep learning neural networks. Tensor Class is used to show the main Tensor-related classes in TensorFlow.js and the methods we expose to them.

tf.Tensor Class:

tf.Variable Class:

tf.TensorBuffer Class:


Next Article

Similar Reads