mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-08 22:48:25 -05:00
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:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,4 +1,6 @@
|
||||
__pycache__
|
||||
.venv/
|
||||
.vscode
|
||||
notebooks
|
||||
.*.swp
|
||||
.*.swo
|
||||
|
||||
Reference in New Issue
Block a user