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

Class TinyMatMulDataset

tests/datasets/SmallMatMulDataset.h:62–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60};
61
62class TinyMatMulDataset final : public MatMulDataset
63{
64public:
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
72class SmallMatMulDatasetRhsExportToCLImageRhsT final : public MatMulDataset
73{

Callers 3

MatMul.cppFile · 0.85
MatMulKernel.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected