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

Class SmallGEMMReshape3DShapes

tests/datasets/ShapeDatasets.h:1009–1019  ·  view source on GitHub ↗

Data set containing small tensor shapes to be used with the GEMM reshaping kernel when the input has to be reinterpreted as 3D */

Source from the content-addressed store, hash-verified

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
1010{
1011public:
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 */
1022class LargeGEMMReshape2DShapes final : public ShapeDataset

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected