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

Method configure

src/runtime/CL/functions/CLConvolutionLayer.cpp:62–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60CLConvolutionLayer::~CLConvolutionLayer() = default;
61
62void CLConvolutionLayer::configure(ICLTensor *input,
63 const ICLTensor *weights,
64 const ICLTensor *biases,
65 ICLTensor *output,
66 const PadStrideInfo &conv_info,
67 const WeightsInfo &weights_info,
68 const Size2D &dilation,
69 const ActivationLayerInfo &act_info,
70 bool enable_fast_math,
71 unsigned int num_groups)
72{
73 configure(CLKernelLibrary::get().get_compile_context(), input, weights, biases, output, conv_info, weights_info,
74 dilation, act_info, enable_fast_math, num_groups);
75}
76
77void CLConvolutionLayer::configure(const CLCompileContext &compile_context,
78 ICLTensor *input,

Callers

nothing calls this directly

Calls 6

MemoryGroupClass · 0.85
validateFunction · 0.50
Conv2dInfoClass · 0.50
infoMethod · 0.45
targetMethod · 0.45
workspaceMethod · 0.45

Tested by

no test coverage detected