🚀 Implement Tensor-type and basic methods #15

Merged
julius merged 8 commits from core-types into master 2024-01-03 21:52:54 +00:00

8 Commits

Author SHA1 Message Date
22551ffec4
Make index own Shape and refactoring
Signed-off-by: Julius Koskela <julius.koskela@unikie.com>
2024-01-03 23:10:59 +02:00
7935cf8a1d
Implement index macro
Signed-off-by: Julius Koskela <julius.koskela@unikie.com>
2024-01-03 22:59:18 +02:00
e0c4e0407f
Move value trait to it's own file and refactor use statements
Signed-off-by: Julius Koskela <julius.koskela@unikie.com>
2024-01-03 21:54:52 +02:00
b68e75814b
Wrap comments and fmt
Signed-off-by: Julius Koskela <julius.koskela@unikie.com>
2024-01-03 21:34:07 +02:00
d19ce40494
Refactor and document Tensor-type
- Add documentation to all methods exposed by the Tensor type.
- Remove some tests and methods to simplify structure, some might be
  introduced back later.
- Add elementwise operations.
- Add doctests to Tensor.

Signed-off-by: Julius Koskela <julius.koskela@unikie.com>
2024-01-03 21:28:01 +02:00
f14892f0ef
Delete WIP examples and docs
Signed-off-by: Julius Koskela <julius.koskela@unikie.com>
2024-01-03 17:13:24 +02:00
46a466eca8
Update README
Signed-off-by: Julius Koskela <julius.koskela@unikie.com>
2024-01-03 17:12:41 +02:00
6ab486fb15
Change the names of the existing types to align with requirements
Signed-off-by: Julius Koskela <julius.koskela@unikie.com>
2024-01-03 17:11:27 +02:00