mirror of https://github.com/commaai/tinygrad.git
8 lines
287 B
Markdown
8 lines
287 B
Markdown
|
## 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 ops. That goes on to construct a graph of
|
||
|
|
||
|
::: tinygrad.lazy.LazyBuffer
|
||
|
options:
|
||
|
show_source: false
|