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

Class SmallerMatMulDataset

tests/datasets/SmallMatMulDataset.h:51–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49};
50
51class SmallerMatMulDataset final : public MatMulDataset
52{
53public:
54 SmallerMatMulDataset()
55 {
56 add_config(TensorShape(9U, 6U), TensorShape(5U, 9U), TensorShape(5U, 6U));
57 add_config(TensorShape(8U, 4U, 2U), TensorShape(16U, 8U, 2U), TensorShape(16U, 4U, 2U));
58 add_config(TensorShape(32U, 2U), TensorShape(17U, 32U), TensorShape(17U, 2U));
59 }
60};
61
62class TinyMatMulDataset final : public MatMulDataset
63{

Callers 2

MatMul.cppFile · 0.85
MatMul.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected