Home
last modified time | relevance | path

Searched defs:mDilations (Results 1 – 13 of 13) sorted by relevance

/dports/misc/mnn/MNN-1.2.0/source/backend/opencl/execution/image/
H A DConv2DBackPropFilter.hpp28 std::vector<int> mDilations; member in MNN::OpenCL::Conv2DBackPropFilter
H A DMultiInputDWDeconvExecution.hpp28 std::vector<int> mDilations; member in MNN::OpenCL::MultiInputDWDeconvExecution
H A DMultiInputDWConvExecution.hpp28 std::vector<int> mDilations{1, 1}; member in MNN::OpenCL::MultiInputDWConvExecution
H A DDeconvExecution.hpp30 std::vector<int> mDilations{0, 0}; member in MNN::OpenCL::DeconvExecution
H A DDepthwiseConvExecution.hpp29 std::vector<int> mDilations{1, 1}; member in MNN::OpenCL::DepthwiseConvExecution
H A DDepthwiseDeconvExecution.hpp31 std::vector<int> mDilations{1, 1}; member in MNN::OpenCL::DepthwiseDeconvExecution
H A DPoolExecution.hpp40 std::vector<int> mDilations{1, 1}; member in MNN::OpenCL::PoolExecution
H A DConvExecution.hpp46 std::vector<int> mDilations{1, 1}; member in MNN::OpenCL::ConvExecution
/dports/misc/mnn/MNN-1.2.0/backupcode/cpubackend/
H A DCPUDilation2D.hpp28 std::array<int, 2> mDilations; member in MNN::CPUDilation2D
/dports/misc/mnn/MNN-1.2.0/source/backend/opencl/execution/buffer/
H A DDeconvBufExecution.hpp31 std::vector<int> mDilations{0, 0}; member in MNN::OpenCL::DeconvBufExecution
H A DPoolBufExecution.hpp40 std::vector<int> mDilations{1, 1}; member in MNN::OpenCL::PoolBufExecution
H A DDepthwiseConvBufExecution.hpp31 std::vector<int> mDilations{1, 1}; member in MNN::OpenCL::DepthwiseConvBufExecution
H A DConvBufExecution.hpp54 std::vector<int> mDilations{1, 1}; member in MNN::OpenCL::ConvBufExecution