docs: clean up mentions of mlops (#4720)

This commit is contained in:
chenyu
2024-05-24 17:49:32 -04:00
committed by GitHub
parent 31358cbea5
commit a16d2572a0
3 changed files with 26 additions and 8 deletions

View File

@@ -7,7 +7,7 @@ The tinygrad framework has four pieces
## Frontend
Everything in [Tensor](tensor.md) is syntactic sugar around [function.py](function.md), where the forwards and backwards passes are implemented for the different mlops. There's about 25 of them, implemented using about 20 basic ops. Those basic ops go on to construct a graph of:
Everything in [Tensor](tensor.md) is syntactic sugar around [function.py](function.md), where the forwards and backwards passes are implemented for the different functions. There's about 25 of them, implemented using about 20 basic ops. Those basic ops go on to construct a graph of:
::: tinygrad.lazy.LazyBuffer
options: