Data set containing small tensor shapes to be used with the GEMM reshaping kernel */
| 994 | |
| 995 | /** Data set containing small tensor shapes to be used with the GEMM reshaping kernel */ |
| 996 | class SmallGEMMReshape2DShapes final : public ShapeDataset |
| 997 | { |
| 998 | public: |
| 999 | SmallGEMMReshape2DShapes() |
| 1000 | : ShapeDataset("Shape", |
| 1001 | { |
| 1002 | TensorShape{63U, 72U}, |
| 1003 | }) |
| 1004 | { |
| 1005 | } |
| 1006 | }; |
| 1007 | |
| 1008 | /** Data set containing small tensor shapes to be used with the GEMM reshaping kernel when the input has to be reinterpreted as 3D */ |
| 1009 | class SmallGEMMReshape3DShapes final : public ShapeDataset |
no outgoing calls
no test coverage detected