Commit Graph

2 Commits

Author SHA1 Message Date
84e5cb256a
🚀 Finish basic types and refactor (#17)
- Finished basic API's for types Tensor, TensorIndex, TensorShape, TensorError.
- Make Axis a simple wrapper type used only for clarity.
- Add documentation and doctests.

Reviewed-on: #17
Co-authored-by: Julius Koskela <julius.koskela@unikie.com>
Co-committed-by: Julius Koskela <julius.koskela@unikie.com>
2024-01-06 00:11:30 +00:00
9b53301513
🔧 Tests and benchmarks (#16)
- Introduce benchmarks with Criterion
- Introduce separate tests context
- Small corrections to types

Reviewed-on: #16
Co-authored-by: Julius Koskela <julius.koskela@unikie.com>
Co-committed-by: Julius Koskela <julius.koskela@unikie.com>
2024-01-04 11:59:31 +00:00