MCPcopy 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
54bool LoopCondition(int index, int stop, int stride)
55{
56 return stride > 0 ? index >= stop : index <= stop;
57}
58
59TensorShape ExtendShape(const TensorShape& inputShape,
60 unsigned int newNumDimensions)

Callers 1

StridedSliceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected