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

Method configure

src/runtime/CL/functions/CLFFTConvolutionLayer.cpp:107–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107void CLFFTConvolutionLayer::configure(ICLTensor *input,
108 const ICLTensor *weights,
109 const ICLTensor *biases,
110 ICLTensor *output,
111 const PadStrideInfo &conv_info,
112 const ActivationLayerInfo &act_info,
113 bool enable_fast_math)
114{
115 configure(CLKernelLibrary::get().get_compile_context(), input, weights, biases, output, conv_info, act_info,
116 enable_fast_math);
117}
118
119void CLFFTConvolutionLayer::configure(const CLCompileContext &compile_context,
120 ICLTensor *input,

Callers

nothing calls this directly

Calls 15

Size2DClass · 0.85
FFT2DInfoClass · 0.85
auto_init_if_emptyFunction · 0.85
remove_dimensionMethod · 0.80
pad_leftMethod · 0.80
pad_topMethod · 0.80
pad_rightMethod · 0.80
pad_bottomMethod · 0.80
enabledMethod · 0.80
pad_decomposableFunction · 0.70
validateFunction · 0.50
TensorInfoClass · 0.50

Tested by

no test coverage detected