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

Method Execute

src/backends/reference/workloads/RefStridedSliceWorkload.cpp:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 5

GetTensorInfoFunction · 0.85
StridedSliceFunction · 0.85
GetDataTypeSizeFunction · 0.85
GetDataTypeMethod · 0.45
MapMethod · 0.45

Tested by

no test coverage detected