| 60 | }; |
| 61 | |
| 62 | class TinyMatMulDataset final : public MatMulDataset |
| 63 | { |
| 64 | public: |
| 65 | TinyMatMulDataset() |
| 66 | { |
| 67 | add_config(TensorShape(1U), TensorShape(1U), TensorShape(1U)); |
| 68 | add_config(TensorShape(2U, 2U), TensorShape(2U, 2U), TensorShape(2U, 2U)); |
| 69 | } |
| 70 | }; |
| 71 | |
| 72 | class SmallMatMulDatasetRhsExportToCLImageRhsT final : public MatMulDataset |
| 73 | { |
no outgoing calls
no test coverage detected