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

Method SetNextExecutionFrame

src/armnn/ExecutionFrame.cpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45void ExecutionFrame::SetNextExecutionFrame(IExecutionFrame* nextExecutionFrame)
46{
47 m_NextExecutionFrame = nextExecutionFrame;
48}
49
50}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected