[BACKEND] Enable reduce with 3D tensors and added tests (#2460)

This commit is contained in:
Zahi Moudallal
2023-10-06 15:08:22 -07:00
committed by GitHub
parent a42d517021
commit be19cf3103
4 changed files with 60 additions and 26 deletions

View File

@@ -54,6 +54,8 @@ public:
SmallVector<unsigned> getScratchConfig();
SmallVector<unsigned> getOrderWithAxisAtBeginning();
unsigned getScratchSizeInBytes();
bool isSupportedLayout();