Tensors, TensorFlow Developers, 2024 - This official guide is a primary resource for understanding TensorFlow's tf.Tensor objects, including their creation, attributes, and fundamental operations.
Tensors, PyTorch Developers, 2024 (PyTorch) - An introductory tutorial that provides an overview of torch.Tensor objects, covering creation, common attributes, and basic operations within PyTorch.
Tensors, Aston Zhang, Zack C. Lipton, Mu Li, Alex J. Smola, 2024 (Cambridge University Press) - A section from the Dive Into Deep Learning textbook that explains tensors in the context of deep learning, often presenting code examples in both PyTorch and TensorFlow, aiding in direct comparison.
torch.Tensor, PyTorch Developers, 2024 - The official API reference for torch.Tensor, detailing its properties, methods, and constructor, including information on requires_grad and memory sharing with NumPy.