log and exp are first class ops

This commit is contained in:
George Hotz
2020-12-28 10:00:30 -05:00
parent ffff98db78
commit 593233b668
6 changed files with 56 additions and 54 deletions

View File

@@ -105,12 +105,12 @@ Warning: do not rely on the ANE port. It segfaults sometimes. So if you were doi
### Adding an accelerator
You need to support 14 basic ops:
You need to support 15 basic ops:
```
Add, Sub, Mul, Pow, Sum, Dot
Pad2D, Reshape
Relu, Sigmoid, LogSoftmax
Pad2D, Reshape, Transpose
Relu, Log, Exp
Conv2D, MaxPool2D, AvgPool2D
```