mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-06-02 08:32:31 -05:00
Implements the core Tensor class with data handling and properties, including initialization, shape, size, dtype, and string representation. Adds element-wise addition and multiplication functions for tensors. Implements tensor addition and multiplication as methods within the Tensor class.