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

Method configure

src/core/CL/kernels/CLL2NormalizeLayerKernel.cpp:91–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91void CLL2NormalizeLayerKernel::configure(
92 const ICLTensor *input, const ICLTensor *sum, ICLTensor *output, int axis, float epsilon)
93{
94 configure(CLKernelLibrary::get().get_compile_context(), input, sum, output, axis, epsilon);
95}
96
97void CLL2NormalizeLayerKernel::configure(const CLCompileContext &compile_context,
98 const ICLTensor *input,

Callers

nothing calls this directly

Calls 15

get_padding_infoFunction · 0.85
wrap_aroundFunction · 0.85
adjust_vec_sizeFunction · 0.85
create_kernelFunction · 0.85
StepsClass · 0.85
auto_init_if_emptyFunction · 0.85
has_padding_changedFunction · 0.85
validate_argumentsFunction · 0.70
to_stringFunction · 0.50
calculate_max_windowFunction · 0.50
infoMethod · 0.45

Tested by

no test coverage detected