mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-08 22:48:25 -05:00
add Tensor.from_blob (#6765)
* draft tensor from pointer init * some docs and types * comment * cleaner * test * malloc * qcom cl interop * jit example * cleaner * dealoc * wording * docs
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
::: tinygrad.Tensor.full_like
|
||||
::: tinygrad.Tensor.zeros_like
|
||||
::: tinygrad.Tensor.ones_like
|
||||
::: tinygrad.Tensor.from_blob
|
||||
|
||||
## Creation (random)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user