MCPcopy Create free account
hub / github.com/ARM-software/armnn / Execute

Method Execute

src/backends/reference/workloads/RefBatchMatMulWorkload.cpp:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17{}
18
19void RefBatchMatMulWorkload::Execute() const
20{
21 Execute(m_Data.m_Inputs, m_Data.m_Outputs);
22}
23
24void RefBatchMatMulWorkload::Execute(std::vector<ITensorHandle*> inputs, std::vector<ITensorHandle*> outputs) const
25{

Callers

nothing calls this directly

Calls 3

GetTensorInfoFunction · 0.85
BatchMatMulClass · 0.85
MapMethod · 0.45

Tested by

no test coverage detected