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

Class SmallGEMMLowpDataset

tests/datasets/SmallGEMMLowpDataset.h:39–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37namespace datasets
38{
39class SmallGEMMLowpDataset final : public GEMMLowpDataset
40{
41public:
42 SmallGEMMLowpDataset()
43 {
44 add_config(TensorShape(21U, 1U), TensorShape(1U, 21U), TensorShape(1U, 1U), 0, 0);
45 add_config(TensorShape(21U, 13U), TensorShape(33U, 21U), TensorShape(33U, 13U), 0, 0);
46 add_config(TensorShape(31U, 3U), TensorShape(72U, 31U), TensorShape(72U, 3U), -2, 13);
47 add_config(TensorShape(52U, 13U), TensorShape(33U, 52U), TensorShape(33U, 13U), 0, 4);
48 add_config(TensorShape(52U, 26U), TensorShape(33U, 52U), TensorShape(33U, 26U), -2, 0);
49 add_config(TensorShape(31U, 27U), TensorShape(23U, 31U), TensorShape(23U, 27U), 5, 13);
50 add_config(TensorShape(38U, 43U), TensorShape(21U, 38U), TensorShape(21U, 43U), -3, -2);
51 add_config(TensorShape(32U, 72U), TensorShape(17U, 32U), TensorShape(17U, 72U), -9, 1);
52 }
53};
54class SmallGEMMLowpOutput3DDataset final : public GEMMLowpDataset
55{
56public:

Callers 2

GEMMLowp.cppFile · 0.85
CpuGEMMLowp.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected