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

Method configure

src/core/CL/kernels/CLGatherKernel.cpp:98–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98void CLGatherKernel::configure(const ICLTensor *input, const ICLTensor *indices, ICLTensor *output, int axis)
99{
100 configure(CLKernelLibrary::get().get_compile_context(), input, indices, output, axis);
101}
102
103void CLGatherKernel::configure(const CLCompileContext &compile_context,
104 const ICLTensor *input,

Callers

nothing calls this directly

Calls 14

get_padding_infoFunction · 0.85
wrap_aroundFunction · 0.85
data_size_from_typeFunction · 0.85
create_kernelFunction · 0.85
has_padding_changedFunction · 0.85
validate_argumentsFunction · 0.70
to_stringFunction · 0.50
infoMethod · 0.45
num_dimensionsMethod · 0.45
add_optionMethod · 0.45

Tested by

no test coverage detected