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

Class LargeMatMulDataset

tests/datasets/LargeMatMulDataset.h:38–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36namespace datasets
37{
38class LargeMatMulDataset final : public MatMulDataset
39{
40public:
41 LargeMatMulDataset()
42 {
43 add_config(TensorShape(21U, 13U, 3U, 2U), TensorShape(33U, 21U, 3U, 2U), TensorShape(33U, 13U, 3U, 2U));
44 add_config(TensorShape(38U, 12U, 1U, 5U), TensorShape(21U, 38U, 1U, 5U), TensorShape(21U, 12U, 1U, 5U));
45 add_config(TensorShape(45U, 38U, 3U, 2U), TensorShape(21U, 45U, 3U, 2U), TensorShape(21U, 38U, 3U, 2U));
46 }
47};
48
49class HighDimensionalMatMulDataset final : public MatMulDataset
50{

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected