MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / SmallGEMMReshape2DShapes

Class SmallGEMMReshape2DShapes

tests/datasets/ShapeDatasets.h:996–1006  ·  view source on GitHub ↗

Data set containing small tensor shapes to be used with the GEMM reshaping kernel */

Source from the content-addressed store, hash-verified

994
995/** Data set containing small tensor shapes to be used with the GEMM reshaping kernel */
996class SmallGEMMReshape2DShapes final : public ShapeDataset
997{
998public:
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 */
1009class SmallGEMMReshape3DShapes final : public ShapeDataset

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected