mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-04-07 03:00:26 -04:00
readme and .ane()
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
import numpy as np
|
||||
from tinygrad.tensor import Tensor
|
||||
|
||||
a = Tensor([-2,-1,0,1,2]).ane_()
|
||||
a = Tensor([-2,-1,0,1,2]).ane()
|
||||
print(a.cpu())
|
||||
b = a.relu()
|
||||
print(b.cpu())
|
||||
|
||||
Reference in New Issue
Block a user