Home
last modified time | relevance | path

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

/external/gemmlowp/internal/
Dsingle_thread_gemm.h103 auto result_block = result->block(r, c, rs, cs); in SingleThreadGemm() local
104 UnpackResult<BitDepthParams>(&result_block, packed_result, depth, in SingleThreadGemm()
Dmulti_thread_gemm.h412 auto result_block = result.block(r, c, rs, cs); in Run() local
413 UnpackResult<BitDepthParams>(&result_block, packed_result, depth, in Run()
601 auto result_block = result->block(start_row, c, block_rows, cs); in MultiThreadGemm() local
607 auto task = new TaskType(kernel, lhs_block, packed_rhs, &result_block, in MultiThreadGemm()
/external/opencv3/modules/cudaarithm/src/
Darithm.cpp521 GpuMat result_block(result_roi_size, result_data.type(), in convolve() local
524 result_block.copyTo(result_roi, _stream); in convolve()
/external/opencv3/modules/imgproc/src/
Dtemplmatch.cpp227 UMat result_block(result_data, roi2); in convolve_dft() local
229 result_block.copyTo(result_roi); in convolve_dft()