Add some more docs (#10634)

* more docs

* Add multinomial to ops

* better doc
This commit is contained in:
Eitan Turok
2025-06-06 02:40:37 +03:00
committed by GitHub
parent 884b6cf288
commit 61352b8aa2
3 changed files with 21 additions and 1 deletions

View File

@@ -24,6 +24,7 @@
::: tinygrad.Tensor.randn
::: tinygrad.Tensor.randn_like
::: tinygrad.Tensor.randint
::: tinygrad.Tensor.randperm
::: tinygrad.Tensor.normal
::: tinygrad.Tensor.uniform
::: tinygrad.Tensor.scaled_uniform

View File

@@ -40,6 +40,7 @@
::: tinygrad.Tensor.masked_fill
::: tinygrad.Tensor.sort
::: tinygrad.Tensor.topk
::: tinygrad.Tensor.multinomial
## Neural Network (functional)