Removed TODO

This commit is contained in:
2023-09-13 14:12:56 +02:00
parent 15078171df
commit 0628955e43

View File

@@ -42,7 +42,6 @@ A simple C library implementing tensors. Still in development. Currently it only
## TODOs
- [ ] Ensure iterators iterate over same size tensors in the same order
- [ ] Making all functions work with random strides
- [ ] Adding a function for normalising strides
- [ ] Implementing dot product