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

Method configure

src/core/CL/kernels/CLReductionOperationKernel.cpp:99–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99void CLReductionOperationKernel::configure(const ICLTensor *input,
100 ICLTensor *output,
101 unsigned int axis,
102 ReductionOperation op)
103{
104 configure(CLKernelLibrary::get().get_compile_context(), input, output, axis, op);
105}
106
107void CLReductionOperationKernel::configure(const CLCompileContext &compile_context,
108 const ICLTensor *input,

Callers

nothing calls this directly

Calls 15

get_padding_infoFunction · 0.85
compute_reduced_shapeFunction · 0.85
auto_init_if_emptyFunction · 0.85
is_data_type_quantizedFunction · 0.85
adjust_vec_sizeFunction · 0.85
is_data_type_floatFunction · 0.85
create_kernelFunction · 0.85
StepsClass · 0.85
has_padding_changedFunction · 0.85

Tested by

no test coverage detected