TensorFlow.js Slicing and Joining Complete Reference
TensorFlow.js is an open-source JavaScript library designed by Google to develop Machine Learning models and deep learning neural networks. The Tensor Slicing and Joining are used to slice or extract parts of a tensor or join multiple tensors together.
TensorFlow.js Slicing and Joining functions:
- TensorFlow.js tf.booleanMaskAsync() Function
- TensorFlow.js tf.concat() Function
- TensorFlow.js tf.gather() Function
- TensorFlow.js tf.reverse() Function
- TensorFlow.js tf.slice() Function
- TensorFlow.js tf.split() Function
- TensorFlow.js tf.stack() Function
- TensorFlow.js tf.tile() Function
- TensorFlow.js tf.unstack() Function
Please Login to comment...