Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/armnn
/ LoopCondition
Function
LoopCondition
src/backends/reference/workloads/StridedSlice.cpp:54–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
bool LoopCondition(int index, int stop, int stride)
55
{
56
return stride > 0 ? index >= stop : index <= stop;
57
}
58
59
TensorShape ExtendShape(const TensorShape& inputShape,
60
unsigned int newNumDimensions)
Callers
1
StridedSlice
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected