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

Method configure

src/runtime/CL/functions/CLNormalizationLayer.cpp:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46CLNormalizationLayer::~CLNormalizationLayer() = default;
47
48void CLNormalizationLayer::configure(ICLTensor *input, ICLTensor *output, const NormalizationLayerInfo &norm_info)
49{
50 configure(CLKernelLibrary::get().get_compile_context(), input, output, norm_info);
51}
52
53void CLNormalizationLayer::configure(const CLCompileContext &compile_context,
54 ICLTensor *input,

Callers

nothing calls this directly

Calls 3

PixelValueClass · 0.85
emptyMethod · 0.45
border_sizeMethod · 0.45

Tested by

no test coverage detected