Tensors, PyTorch Developers, 2024 (PyTorch Foundation) - Essential guide to PyTorch tensors, covering data types, creation, casting, and operations.
Deep Learning with PyTorch, Eli Stevens, Luca Antiga, and Thomas Viehmann, 2020 (Manning Publications) - A comprehensive introduction to deep learning using PyTorch, with foundational discussions on tensor operations and data types.
Automatic Mixed Precision for Deep Learning, PyTorch Developers, 2024 (PyTorch Foundation) - Practical guide to using mixed precision training in PyTorch with torch.float16 and torch.bfloat16 for improved performance and memory usage.
Data types, NumPy Developers, 2024 (NumPy) - Explains the fundamental concepts of numerical data types in NumPy, which are reflected in PyTorch, offering a broader computer science understanding.