Goal
Provide the foundational data structure for all computation.
Tasks
Acceptance criteria
- Unit tests cover construction, indexing, and shape manipulation
- Memory is correctly managed (no leaks under valgrind/asan)
References
- NumPy ndarray semantics
- PyTorch ATen Tensor
Goal
Provide the foundational data structure for all computation.
Tasks
Tensor<T>template class supporting float/doubleAcceptance criteria
References