mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-02-12 23:54:58 -05:00
* start mkdocs * simple docs for tensor * more docs * move those back * more docs * copy markdown extensions * docs legacy * docs building workflow * fix showcase links * only that? * install tinygrad * add docs to setup.py * Delete examples/llm.c/data
17 lines
222 B
Markdown
17 lines
222 B
Markdown
## Neural Network classes
|
|
|
|
::: tinygrad.nn
|
|
options:
|
|
members: true
|
|
|
|
## Optimizers
|
|
|
|
::: tinygrad.nn.optim
|
|
options:
|
|
members: true
|
|
|
|
## Load/Save
|
|
|
|
::: tinygrad.nn.state
|
|
options:
|
|
members: true |