Home
last modified time | relevance | path

Searched refs:conv_bwd_algo_ (Results 1 – 2 of 2) sorted by relevance

/dports/misc/mnn/MNN-1.2.0/source/backend/cuda/execution/
H A DDeconvSingleInputExecution.cu211 conv_bwd_algo_ = perf_results.algo; in onResize()
215 conv_bwd_algo_, &workspace_size_)); in onResize()
259 conv_bwd_algo_, workspace_addr, workspace_size_, &beta, padded_desc_, mPadPtr)); in onExecute()
272 conv_bwd_algo_, workspace_addr, workspace_size_, &beta, output_desc_, output_addr)); in onExecute()
H A DDeconvSingleInputExecution.hpp52 cudnnConvolutionBwdDataAlgo_t conv_bwd_algo_; member in MNN::CUDA::DeconvSingleInputExecution