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

Class SmallMatMulDataset

tests/datasets/SmallMatMulDataset.h:38–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36namespace datasets
37{
38class SmallMatMulDataset final : public MatMulDataset
39{
40public:
41 SmallMatMulDataset()
42 {
43 add_config(TensorShape(3U, 4U, 2U, 2U), TensorShape(2U, 3U, 2U, 2U), TensorShape(2U, 4U, 2U, 2U));
44 add_config(TensorShape(9U, 6U), TensorShape(5U, 9U), TensorShape(5U, 6U));
45 add_config(TensorShape(31U, 1U), TensorShape(23U, 31U), TensorShape(23U, 1U));
46 add_config(TensorShape(8U, 4U, 2U), TensorShape(16U, 8U, 2U), TensorShape(16U, 4U, 2U));
47 add_config(TensorShape(32U, 2U), TensorShape(17U, 32U), TensorShape(17U, 2U));
48 }
49};
50
51class SmallerMatMulDataset final : public MatMulDataset
52{

Callers 4

MatMul.cppFile · 0.85
MatMulKernel.cppFile · 0.85
MatMul.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected