Add Tensor.stack() and Tensor.repeat() (...trying to make einops work with tinygrad) (#758)

* add stack() and repeat() methods

* make stack a static method
This commit is contained in:
Joqsan
2023-05-01 19:37:46 +03:00
committed by GitHub
parent 59d0d168cd
commit 0b9d4126d0
3 changed files with 43 additions and 0 deletions

2
.gitignore vendored
View File

@@ -1,4 +1,6 @@
__pycache__
.venv/
.vscode
notebooks
.*.swp
.*.swo