Google News
logo
TensorFlow.js - Interview Questions
How do we create tensors from Python objects?
We can create tensors such as numpy arrays and lists with the help of Python objects. We can easily perform it using tf.convert_to_tensor() operation.
Advertisement