Data set containing small tensor shapes to be used with the GEMM reshaping kernel when the input has to be reinterpreted as 3D */
| 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 |
| 1010 | { |
| 1011 | public: |
| 1012 | SmallGEMMReshape3DShapes() |
| 1013 | : ShapeDataset("Shape", |
| 1014 | { |
| 1015 | TensorShape{63U, 9U, 8U}, |
| 1016 | }) |
| 1017 | { |
| 1018 | } |
| 1019 | }; |
| 1020 | |
| 1021 | /** Data set containing large tensor shapes to be used with the GEMM reshaping kernel */ |
| 1022 | class LargeGEMMReshape2DShapes final : public ShapeDataset |
no outgoing calls
no test coverage detected