ane in readme

This commit is contained in:
George Hotz
2020-12-03 10:40:31 -08:00
parent 1dcaecacc4
commit 621a93b777

View File

@@ -87,6 +87,10 @@ from tinygrad.tensor import Tensor
(Tensor.ones(4,4).cuda() + Tensor.ones(4,4).cuda()).cpu()
```
### ANE Support?!?!
So it doesn't work yet, but see the ane directory for code to use the Apple Neural Engine at a low level.
### ImageNet inference
Despite being tiny, tinygrad supports the full EfficientNet. Pass in a picture to discover what it is.