fix max op, less lines

This commit is contained in:
George Hotz
2020-12-29 10:47:04 -05:00
parent dc8fa7999c
commit a2e6562330
3 changed files with 6 additions and 7 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 # binary ops
Relu, Log, Exp # unary ops
Sum # reduce op
Sum, Max # reduce ops
Dot # matrix multiplication
Conv2D, MaxPool2D # 2D ops
Pad2D, Reshape, Transpose # moving things around ops