mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-10 07:28:15 -05:00
New docs are in mkdocs (#4178)
* 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
This commit is contained in:
17
docs/nn.md
Normal file
17
docs/nn.md
Normal file
@@ -0,0 +1,17 @@
|
||||
## Neural Network classes
|
||||
|
||||
::: tinygrad.nn
|
||||
options:
|
||||
members: true
|
||||
|
||||
## Optimizers
|
||||
|
||||
::: tinygrad.nn.optim
|
||||
options:
|
||||
members: true
|
||||
|
||||
## Load/Save
|
||||
|
||||
::: tinygrad.nn.state
|
||||
options:
|
||||
members: true
|
||||
Reference in New Issue
Block a user