Home
last modified time | relevance | path

Searched defs:kernel_w (Results 1 – 25 of 308) sorted by relevance

12345678910>>...13

/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/tests/python/contrib/test_arm_compute_lib/
H A Dtest_conv2d.py38 kernel_w, argument
87 def _get_qnn_params(input_zp, input_sc, kernel_zp, kernel_sc, kernel_h, kernel_w, channels): argument
109 kernel_w, argument
179 kernel_w, argument
/dports/graphics/vapoursynth-waifu2x-ncnn-vulkan/vapoursynth-waifu2x-ncnn-vulkan-r4/deps/ncnn/src/layer/x86/
H A Dconvolution_7x7.h17 int kernel_w = 7; in conv7x7s1_sse() local
28 int kernel_w = 7; in conv7x7s2_sse() local
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/src/layer/x86/
H A Dconvolution_7x7.h17 int kernel_w = 7; in conv7x7s1_sse() local
28 int kernel_w = 7; in conv7x7s2_sse() local
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/src/layer/x86/
H A Dconvolution_7x7.h17 int kernel_w = 7; in conv7x7s1_sse() local
28 int kernel_w = 7; in conv7x7s2_sse() local
/dports/misc/ncnn/ncnn-20211208/src/layer/x86/
H A Dconvolution_7x7.h17 int kernel_w = 7; in conv7x7s1_sse() local
28 int kernel_w = 7; in conv7x7s2_sse() local
/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/ncnn/src/layer/x86/
H A Dconvolution_7x7.h17 int kernel_w = 7; in conv7x7s1_sse() local
28 int kernel_w = 7; in conv7x7s2_sse() local
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/relay/qnn/op/
H A Dconvolution.cc88 int out_channels, kernel_h, kernel_w; in GetWorkload() local
201 int kernel_w, int channel_multiplier) { in DepthwiseConv2DSecondTerm()
302 Expr DepthwiseConv2DFourthTerm(const QnnConv2DAttrs* param, int kernel_h, int kernel_w) { in DepthwiseConv2DFourthTerm()
342 int kernel_w, int out_channels) { in Conv2DSecondTerm()
443 Expr Conv2DFourthTerm(const QnnConv2DAttrs* param, int in_channels, int kernel_h, int kernel_w) { in Conv2DFourthTerm()
567 int batch_size, in_channels, out_channels, kernel_h, kernel_w, channel_multiplier; in QnnConv2DCanonicalize() local
/dports/misc/tvm/incubator-tvm-0.6.1/src/relay/qnn/op/
H A Dconvolution.cc88 int out_channels, kernel_h, kernel_w; in GetWorkload() local
201 int kernel_w, int channel_multiplier) { in DepthwiseConv2DSecondTerm()
302 Expr DepthwiseConv2DFourthTerm(const QnnConv2DAttrs* param, int kernel_h, int kernel_w) { in DepthwiseConv2DFourthTerm()
342 int kernel_w, int out_channels) { in Conv2DSecondTerm()
443 Expr Conv2DFourthTerm(const QnnConv2DAttrs* param, int in_channels, int kernel_h, int kernel_w) { in Conv2DFourthTerm()
567 int batch_size, in_channels, out_channels, kernel_h, kernel_w, channel_multiplier; in QnnConv2DCanonicalize() local
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/operator/nn/
H A Dpool.h91 const int kernel_w = kernel[0]; in pool_max_1d_ncw_cpu() local
128 const int kernel_w = kernel[0]; in pool_max_1d_nwc_cpu() local
168 const int kernel_h = kernel[0], kernel_w = kernel[1]; in pool_max_2d_nchw_cpu() local
214 const int kernel_h = kernel[0], kernel_w = kernel[1]; in pool_max_2d_nhwc_cpu() local
373 const int kernel_w = kernel[0]; variable
414 const int kernel_w = kernel[0]; variable
458 const int kernel_h = kernel[0], kernel_w = kernel[1]; variable
683 const int kernel_w = kernel[0]; in unpool_max_1d_ncw_cpu() local
727 const int kernel_w = kernel[0]; in unpool_max_1d_nwc_cpu() local
1024 const int kernel_w = kernel[0]; variable
[all …]
H A Dpool.cuh78 const int pooled_width, const int kernel_w, in pool_max_1d_gpu_kernel()
114 const int kernel_h, const int kernel_w, const int stride_h, in pool_max_2d_gpu_kernel()
158 const int kernel_h, const int kernel_w, const int stride_d, in pool_max_3d_gpu_kernel()
206 const int width, const int pooled_width, const int kernel_w, in pool_sum_1d_gpu_kernel()
244 const int kernel_h, const int kernel_w, in pool_sum_2d_gpu_kernel()
292 const int kernel_h, const int kernel_w, in pool_sum_3d_gpu_kernel()
349 const int pooled_width, const int kernel_w, in unpool_max_1d_gpu_kernel()
396 const int kernel_h, const int kernel_w, in unpool_max_2d_gpu_kernel()
458 const int kernel_w, const int stride_d, in unpool_max_3d_gpu_kernel()
524 const int pooled_width, const int kernel_w, in unpool_sum_1d_gpu_kernel()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/operator/nn/
H A Dpool.h91 const int kernel_w = kernel[0]; in pool_max_1d_ncw_cpu() local
128 const int kernel_w = kernel[0]; in pool_max_1d_nwc_cpu() local
168 const int kernel_h = kernel[0], kernel_w = kernel[1]; in pool_max_2d_nchw_cpu() local
214 const int kernel_h = kernel[0], kernel_w = kernel[1]; in pool_max_2d_nhwc_cpu() local
373 const int kernel_w = kernel[0]; variable
414 const int kernel_w = kernel[0]; variable
458 const int kernel_h = kernel[0], kernel_w = kernel[1]; variable
683 const int kernel_w = kernel[0]; in unpool_max_1d_ncw_cpu() local
727 const int kernel_w = kernel[0]; in unpool_max_1d_nwc_cpu() local
1024 const int kernel_w = kernel[0]; variable
[all …]
H A Dpool.cuh78 const int pooled_width, const int kernel_w, in pool_max_1d_gpu_kernel()
114 const int kernel_h, const int kernel_w, const int stride_h, in pool_max_2d_gpu_kernel()
158 const int kernel_h, const int kernel_w, const int stride_d, in pool_max_3d_gpu_kernel()
206 const int width, const int pooled_width, const int kernel_w, in pool_sum_1d_gpu_kernel()
244 const int kernel_h, const int kernel_w, in pool_sum_2d_gpu_kernel()
292 const int kernel_h, const int kernel_w, in pool_sum_3d_gpu_kernel()
349 const int pooled_width, const int kernel_w, in unpool_max_1d_gpu_kernel()
396 const int kernel_h, const int kernel_w, in unpool_max_2d_gpu_kernel()
458 const int kernel_w, const int stride_d, in unpool_max_3d_gpu_kernel()
524 const int pooled_width, const int kernel_w, in unpool_sum_1d_gpu_kernel()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/relay/qnn/op/
H A Dconvolution.cc130 int out_channels, kernel_h, kernel_w; in GetWorkload() local
254 const Conv2DAttrs* param, int kernel_h, int kernel_w, in DepthwiseConv2DSecondTerm()
366 int kernel_w) { in DepthwiseConv2DFourthTerm()
407 const Conv2DAttrs* param, int kernel_h, int kernel_w, int out_channels) { in Conv2DSecondTerm()
518 int kernel_h, int kernel_w) { in Conv2DFourthTerm()
645 int batch_size, in_channels, out_channels, kernel_h, kernel_w, channel_multiplier; in QnnConv2DCanonicalize() local
/dports/misc/ncnn/ncnn-20211208/src/layer/
H A Dpooling1d.h43 int kernel_w; variable
H A Dconvolution1d.h41 int kernel_w; variable
H A Dconvolutiondepthwise1d.h41 int kernel_w; variable
/dports/graphics/vapoursynth-waifu2x-ncnn-vulkan/vapoursynth-waifu2x-ncnn-vulkan-r4/deps/ncnn/src/layer/arm/
H A Dconvolution_pack1to4.h15 … weight_data, Mat& weight_data_pack1to4, int num_input, int num_output, int kernel_w, int kernel_h) in convolution_transform_kernel_pack1to4_neon()
56 …Mat& top_blob, const Mat& weight_data_pack1to4, const Mat& bias_data, int kernel_w, int kernel_h, … in convolution_pack1to4_neon()
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/src/layer/arm/
H A Dconvolution_pack1to4.h15 … weight_data, Mat& weight_data_pack1to4, int num_input, int num_output, int kernel_w, int kernel_h) in convolution_transform_kernel_pack1to4_neon()
56 …Mat& top_blob, const Mat& weight_data_pack1to4, const Mat& bias_data, int kernel_w, int kernel_h, … in convolution_pack1to4_neon()
H A Dconvolution_pack4to1_bf16s.h15 …Mat& weight_data, Mat& weight_data_bf16, int num_input, int num_output, int kernel_w, int kernel_h) in convolution_transform_kernel_pack4to1_bf16s_neon()
52 …ob, Mat& top_blob, const Mat& weight_data_bf16, const Mat& bias_data, int kernel_w, int kernel_h, … in convolution_pack4to1_bf16s_neon()
H A Dconvolution_pack4to1.h15 … weight_data, Mat& weight_data_pack4to1, int num_input, int num_output, int kernel_w, int kernel_h) in convolution_transform_kernel_pack4to1_neon()
52 …Mat& top_blob, const Mat& weight_data_pack4to1, const Mat& bias_data, int kernel_w, int kernel_h, … in convolution_pack4to1_neon()
H A Dconvolution_pack1to4_bf16s.h15 …Mat& weight_data, Mat& weight_data_bf16, int num_input, int num_output, int kernel_w, int kernel_h) in convolution_transform_kernel_pack1to4_bf16s_neon()
56 …ob, Mat& top_blob, const Mat& weight_data_bf16, const Mat& bias_data, int kernel_w, int kernel_h, … in convolution_pack1to4_bf16s_neon()
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/src/layer/arm/
H A Dconvolution_pack1to4_bf16s.h15 …Mat& weight_data, Mat& weight_data_bf16, int num_input, int num_output, int kernel_w, int kernel_h) in convolution_transform_kernel_pack1to4_bf16s_neon()
56 …ob, Mat& top_blob, const Mat& weight_data_bf16, const Mat& bias_data, int kernel_w, int kernel_h, … in convolution_pack1to4_bf16s_neon()
H A Dconvolution_pack4to1_bf16s.h15 …Mat& weight_data, Mat& weight_data_bf16, int num_input, int num_output, int kernel_w, int kernel_h) in convolution_transform_kernel_pack4to1_bf16s_neon()
52 …ob, Mat& top_blob, const Mat& weight_data_bf16, const Mat& bias_data, int kernel_w, int kernel_h, … in convolution_pack4to1_bf16s_neon()
H A Dconvolution_pack1to4.h15 … weight_data, Mat& weight_data_pack1to4, int num_input, int num_output, int kernel_w, int kernel_h) in convolution_transform_kernel_pack1to4_neon()
56 …Mat& top_blob, const Mat& weight_data_pack1to4, const Mat& bias_data, int kernel_w, int kernel_h, … in convolution_pack1to4_neon()
H A Dconvolution_pack4to1.h15 … weight_data, Mat& weight_data_pack4to1, int num_input, int num_output, int kernel_w, int kernel_h) in convolution_transform_kernel_pack4to1_neon()
52 …Mat& top_blob, const Mat& weight_data_pack4to1, const Mat& bias_data, int kernel_w, int kernel_h, … in convolution_pack4to1_neon()

12345678910>>...13