write slice for CPU

This commit is contained in:
George Hotz
2020-12-30 10:32:53 -05:00
parent 47504004fd
commit fcfe3dae01
5 changed files with 35 additions and 32 deletions

View File

@@ -113,7 +113,6 @@ Add, Sub, Mul, Pow # binary ops (with broadcasting)
Sum, Max # reduce ops (with axis argument)
Dot, Conv2D # matrix multiplication and conv
Reshape, Transpose, Slice # moving things around ops
Pad2D, Unpad2D # stupid (refactor to Slice)
```
## ImageNet inference