Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
45
void ExecutionFrame::SetNextExecutionFrame(IExecutionFrame* nextExecutionFrame)
46
{
47
m_NextExecutionFrame = nextExecutionFrame;
48
}
49
50
}
Callers
1
ExecutionFrameTest.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected