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

Method run

src/core/NEON/kernels/NERangeKernel.cpp:158–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158void NERangeKernel::run(const Window &window, const ThreadInfo &info)
159{
160 ARM_COMPUTE_UNUSED(info);
161 ARM_COMPUTE_ERROR_ON_UNCONFIGURED_KERNEL(this);
162 ARM_COMPUTE_ERROR_ON_INVALID_SUBWINDOW(INEKernel::window(), window);
163 const auto *uk = get_implementation(RangeSelectorData{_output->info()->data_type()});
164
165 uk->ukernel(_output, _start, _step, window);
166}
167} // namespace arm_compute

Callers

nothing calls this directly

Calls 3

get_implementationFunction · 0.70
data_typeMethod · 0.45
infoMethod · 0.45

Tested by

no test coverage detected