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

Method configure

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

Source from the content-addressed store, hash-verified

85}
86
87void CLPadLayerKernel::configure(
88 const ICLTensor *input, ICLTensor *output, const PaddingList &padding, PixelValue constant_value, PaddingMode mode)
89{
90 configure(CLKernelLibrary::get().get_compile_context(), input, output, padding, constant_value, mode);
91}
92
93void CLPadLayerKernel::configure(const CLCompileContext &compile_context,
94 const ICLTensor *input,

Callers

nothing calls this directly

Calls 15

auto_init_if_emptyFunction · 0.85
compute_padded_shapeFunction · 0.85
get_padding_infoFunction · 0.85
adjust_vec_sizeFunction · 0.85
ceil_to_multipleFunction · 0.85
string_from_pixel_valueFunction · 0.85
create_kernelFunction · 0.85
StepsClass · 0.85
has_padding_changedFunction · 0.85
add_option_ifMethod · 0.80

Tested by

no test coverage detected