Searched refs:_output_col2im_kernel (Results 1 – 4 of 4) sorted by relevance
/external/ComputeLibrary/src/runtime/GLES_COMPUTE/functions/ |
D | GCConvolutionLayer.cpp | 70 …anager)), _reshape_weights(), _input_im2col_kernel(), _mm_gemm(), _output_col2im_kernel(), _fill_b… in GCConvolutionLayer() 116 _output_col2im_kernel.set_target(GCScheduler::get().get_target()); in configure() 184 _output_col2im_kernel.configure(&_gemm_output, output, std::make_pair(conv_w, conv_h)); in configure() 216 GCScheduler::get().dispatch(_output_col2im_kernel, false); in run()
|
/external/ComputeLibrary/src/runtime/CL/functions/ |
D | CLLocallyConnectedLayer.cpp | 90 _output_col2im_kernel(support::cpp14::make_unique<CLCol2ImKernel>()), in CLLocallyConnectedLayer() 188 … _output_col2im_kernel->configure(compile_context, &_gemm_output, output, Size2D(conv_w, conv_h)); in configure() 210 CLScheduler::get().enqueue(*_output_col2im_kernel.get(), false); in run()
|
/external/ComputeLibrary/arm_compute/runtime/CL/functions/ |
D | CLLocallyConnectedLayer.h | 117 std::unique_ptr<CLCol2ImKernel> _output_col2im_kernel; variable
|
/external/ComputeLibrary/arm_compute/runtime/GLES_COMPUTE/functions/ |
D | GCConvolutionLayer.h | 143 GCCol2ImKernel _output_col2im_kernel; variable
|