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

Method configure

src/core/CL/kernels/CLArgMinMaxLayerKernel.cpp:82–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82void CLArgMinMaxLayerKernel::configure(const ICLTensor *input,
83 ICLTensor *output,
84 unsigned int axis,
85 ReductionOperation op)
86{
87 configure(CLKernelLibrary::get().get_compile_context(), input, output, axis, op);
88}
89
90void CLArgMinMaxLayerKernel::configure(const CLCompileContext &compile_context,
91 const ICLTensor *input,

Callers

nothing calls this directly

Calls 15

auto_init_if_emptyFunction · 0.85
get_padding_infoFunction · 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
add_option_ifMethod · 0.80
add_option_if_elseMethod · 0.80
validate_argumentsFunction · 0.70

Tested by

no test coverage detected