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

Method configure

src/runtime/CL/functions/CLRange.cpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34using namespace arm_compute;
35
36void CLRange::configure(ICLTensor *output, const float start, const float end, const float step)
37{
38 configure(CLKernelLibrary::get().get_compile_context(), output, start, end, step);
39}
40
41void CLRange::configure(
42 const CLCompileContext &compile_context, ICLTensor *output, const float start, const float end, const float step)

Callers

nothing calls this directly

Calls 3

set_targetMethod · 0.45
targetMethod · 0.45
tune_kernel_staticMethod · 0.45

Tested by

no test coverage detected