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

Method configure

src/core/CL/kernels/CLROIPoolingLayerKernel.cpp:86–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86void CLROIPoolingLayerKernel::configure(const ICLTensor *input,
87 const ICLTensor *rois,
88 ICLTensor *output,
89 const ROIPoolingLayerInfo &pool_info)
90{
91 configure(CLKernelLibrary::get().get_compile_context(), input, rois, output, pool_info);
92}
93
94void CLROIPoolingLayerKernel::configure(const CLCompileContext &compile_context,
95 const ICLTensor *input,

Callers

nothing calls this directly

Calls 15

get_padding_infoFunction · 0.85
auto_init_if_emptyFunction · 0.85
StepsClass · 0.85
create_kernelFunction · 0.85
has_padding_changedFunction · 0.85
pooled_widthMethod · 0.80

Tested by

no test coverage detected