Home
last modified time | relevance | path

Searched refs:_pad_weights_func (Results 1 – 4 of 4) sorted by relevance

/external/ComputeLibrary/src/runtime/NEON/functions/
DNEFFTConvolutionLayer.cpp70 _pad_weights_func(), in NEFFTConvolutionLayer()
162 _pad_weights_func.configure(&_flipped_weights, &_padded_weights, padding_w); in configure()
382 _pad_weights_func.run(); in prepare()
/external/ComputeLibrary/src/runtime/CL/functions/
DCLFFTConvolutionLayer.cpp73 _pad_weights_func(), in CLFFTConvolutionLayer()
171 _pad_weights_func.configure(compile_context, &_flipped_weights, &_padded_weights, padding_w); in configure()
386 _pad_weights_func.run(); in prepare()
/external/ComputeLibrary/arm_compute/runtime/NEON/functions/
DNEFFTConvolutionLayer.h131 NEPadLayer _pad_weights_func; variable
/external/ComputeLibrary/arm_compute/runtime/CL/functions/
DCLFFTConvolutionLayer.h151 CLPadLayer _pad_weights_func; variable