Home
last modified time | relevance | path

Searched refs:CONV2D_FILTER (Results 1 – 7 of 7) sorted by relevance

/dports/misc/mnn/MNN-1.2.0/source/backend/opencl/core/
H A DImageBufferConvertor.cpp297 } else if (type == CONV2D_FILTER) { in convertImageToBuffer()
320 if (type == CONV2D_FILTER) { in convertImageToBuffer()
377 case CONV2D_FILTER: in convertBufferToImage()
411 if (type == CONV2D_FILTER) { in convertBufferToImage()
H A DBufferConvertor.cpp237 case CONV2D_FILTER: in convertToNC4HW4Buffer()
264 if (type == CONV2D_FILTER) { in convertToNC4HW4Buffer()
H A DOpenCLRunningUtils.hpp78 CONV2D_FILTER = 0, enumerator
H A DOpenCLRunningUtils.cpp20 if (type == CONV2D_FILTER) { in getImageShape()
/dports/misc/mnn/MNN-1.2.0/source/backend/opencl/execution/buffer/
H A DDeconvBufExecution.cpp90 …bufferConvertor.convertToNC4HW4Buffer(filterBuffer.get(), MNN::OpenCL::CONV2D_FILTER, mFilter.get(… in DeconvBufExecution()
/dports/misc/mnn/MNN-1.2.0/source/backend/opencl/execution/image/
H A DDeconvExecution.cpp89 …imageBufferConvertor.convertBufferToImage(filterBuffer.get(), MNN::OpenCL::CONV2D_FILTER, mFilter.… in DeconvExecution()
H A DConvExecution.cpp234 …imageBufferConvertor.convertBufferToImage(filterBuffer.get(), MNN::OpenCL::CONV2D_FILTER, mFilter.… in ConvExecution()