MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / offset_int_vec

Function offset_int_vec

src/core/helpers/MemoryHelpers.h:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36namespace arm_compute
37{
38inline int offset_int_vec(int offset)
39{
40 return ACL_INT_VEC + offset;
41}
42
43template <typename TensorType>
44struct WorkspaceDataElement

Callers 15

configureMethod · 0.85
runMethod · 0.85
prepareMethod · 0.85
configureMethod · 0.85
runMethod · 0.85
configureMethod · 0.85
runMethod · 0.85
prepareMethod · 0.85
configureMethod · 0.85
runMethod · 0.85
prepareMethod · 0.85
configure_reshapedMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected