| 37 | namespace datasets |
| 38 | { |
| 39 | class SmallGEMMLowpDataset final : public GEMMLowpDataset |
| 40 | { |
| 41 | public: |
| 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 | }; |
| 54 | class SmallGEMMLowpOutput3DDataset final : public GEMMLowpDataset |
| 55 | { |
| 56 | public: |
no outgoing calls
no test coverage detected