Tensors, TensorFlow Documentation Team, 2024 (Google) - Details TensorFlow's tensor operations, including conversion to and from NumPy arrays and memory handling.
torch.Tensor, PyTorch Documentation Team, 2024 (PyTorch) - Covers PyTorch tensor creation from NumPy, conversion to NumPy, and memory sharing mechanisms.
The N-dimensional array (ndarray), NumPy Documentation Team, 2024 - Fundamental reference for the NumPy ndarray object, which forms the basis for numerical operations.