Home
last modified time | relevance | path

Searched refs:pad_h (Results 76 – 100 of 306) sorted by relevance

12345678910>>...13

/dports/misc/tvm/incubator-tvm-0.6.1/topi/python/topi/cuda/
H A Dconv2d.py84 pad_h, pad_w = (padding, padding) if isinstance(padding, int) else padding
87 OH = (H + 2 * pad_h - KH) // stride_h + 1
96 pad_h,
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/topi/cuda/
H A Dconv3d.py201 pad_d, pad_h, pad_w = (padding, padding, padding) if isinstance(padding, int) else padding
207 OH = (H + 2 * pad_h - KH) // stride_h + 1
225 [pad_d, pad_h, pad_w],
/dports/misc/py-tvm/incubator-tvm-0.6.1/topi/python/topi/cuda/
H A Dconv2d.py84 pad_h, pad_w = (padding, padding) if isinstance(padding, int) else padding
87 OH = (H + 2 * pad_h - KH) // stride_h + 1
96 pad_h,
/dports/math/libxsmm/libxsmm-1.16.3/samples/deeplearning/cnnlayer/
H A Dlayer_example_bf16.c38 int stride_h, stride_w, pad_h, pad_w, pad_h_in, pad_w_in, pad_h_out, pad_w_out; in main() local
130 pad_h = padh; in main()
141 pad_h_in = pad_h; in main()
143 pad_h_out = pad_h; in main()
148 ofh = (ifh + 2 * pad_h - kh) / stride_h + 1; in main()
167 naive_param.pad_h = pad_h; in main()
239 copy_internal_nchw( naive_input , naive_input_tmp, nImg, nIfm, ifh, ifw, pad_h, pad_w); in main()
240 copy_internal_nchw( naive_output_bp , naive_output_bp_tmp, nImg, nOfm, ofh, ofw, pad_h, pad_w); in main()
315 conv_desc.pad_h = pad_h; in main()
/dports/science/py-chainer/chainer-7.8.0/chainer/functions/pooling/
H A Dspatial_pyramid_pooling_2d.py61 pad_h = remainder_h // 2
68 pad = (pad_h, pad_w)
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/runtime/contrib/miopen/
H A Dconv_forward.cc38 const int pad_h = args[2]; in __anon72cba55f0102() local
68 entry_ptr->conv_entry.mode, pad_h, pad_w, stride_h, in __anon72cba55f0102()
152 const int pad_h = args[2]; in __anon72cba55f0202() local
175 entry_ptr->conv_entry.mode, pad_h, pad_w, in __anon72cba55f0202()
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/runtime/contrib/miopen/
H A Dconv_forward.cc38 const int pad_h = args[2]; in __anon5c70c87a0102() local
70 pad_h, in __anon5c70c87a0102()
182 const int pad_h = args[2]; in __anon5c70c87a0202() local
206 pad_h, in __anon5c70c87a0202()
/dports/misc/tvm/incubator-tvm-0.6.1/src/runtime/contrib/miopen/
H A Dconv_forward.cc38 const int pad_h = args[2]; in __anone1005ce40102() local
70 pad_h, in __anone1005ce40102()
182 const int pad_h = args[2]; in __anone1005ce40202() local
206 pad_h, in __anone1005ce40202()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/text/samples/
H A Dtextbox.prototxt789 pad_h: 0
840 pad_h: 0
916 pad_h: 0
967 pad_h: 0
1044 pad_h: 0
1095 pad_h: 0
1172 pad_h: 0
1223 pad_h: 0
1300 pad_h: 0
1351 pad_h: 0
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/relay/op/image/
H A Ddilation2d.cc107 IndexExpr pad_h, pad_w; in Dilation2DRel() local
108 GetPaddingHeightWidth(param->padding, &pad_h, &pad_w); in Dilation2DRel()
110 oshape.Set(2, indexdiv(dshape_nchw[2] + pad_h - dilated_ksize_y, param->strides[0]) + 1); in Dilation2DRel()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/topi/rocm/
H A Dconv2d.py69 pad_h, pad_w = pt + pb, pl + pr
72 OH = (H + 2 * pad_h - KH) // stride_h + 1
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/tools/caffe_converter/
H A Dconvert_symbol.py53 pad_h = 0
64 if isinstance(param.pad_h, int):
65 pad_h = param.pad_h
66 param_string += ", pad=(%d, %d)" % (pad_h, pad_w)
/dports/misc/mxnet/incubator-mxnet-1.9.0/tools/caffe_converter/
H A Dconvert_symbol.py53 pad_h = 0
64 if isinstance(param.pad_h, int):
65 pad_h = param.pad_h
66 param_string += ", pad=(%d, %d)" % (pad_h, pad_w)
/dports/misc/tvm/incubator-tvm-0.6.1/tests/python/contrib/
H A Dtest_cudnn.py27 pad_h = 1
52 pad_h,
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_examples/axes_grid1/
H A Ddemo_axes_hbox_divider.py21 pad_h = Size.Fixed(pad)
24 horizontal=[h1, pad_h, h2],
/dports/misc/py-tvm/incubator-tvm-0.6.1/tests/python/contrib/
H A Dtest_cudnn.py27 pad_h = 1
52 pad_h,
/dports/math/py-matplotlib2/matplotlib-2.2.4/examples/axes_grid1/
H A Ddemo_axes_hbox_divider.py21 pad_h = Size.Fixed(pad)
24 horizontal=[h1, pad_h, h2],
/dports/math/libxsmm/libxsmm-1.16.3/samples/deeplearning/common/
H A Ddnn_common.h31 int pad_h; member
79 int pad_h; member
416 if (h < pad_h || h >= H-pad_h || w < pad_w || w >= W-pad_w) { in set_zeropad_nchw()
1405 int pad_h = param->pad_h; in naive_conv_fp() local
1488 int pad_h = param->pad_h; in naive_conv_bp() local
1560 int pad_h = param->pad_h; in naive_conv_wu() local
1618 int pad_h = param->pad_h; in naive_conv_fp_int16fp32() local
1677 int pad_h = param->pad_h; in naive_conv_fp_int16int32() local
1736 int pad_h = param->pad_h; in naive_conv_fp_int8int32() local
1967 const int pad_h = param->pad_h; in naive_pooling_fp() local
[all …]
/dports/math/py-theano/Theano-1.0.5/theano/tensor/nnet/c_code/
H A Dcorr3d_gemm.c35 const int pad_h, const int pad_w, const int pad_d,
42 int height_col = (height + 2 * pad_h - dil_kernel_h) / stride_h + 1;
52 int h_pad = h * stride_h - pad_h + h_offset * dilation_h;
77 const int pad_h, const int pad_w, const int pad_d,
84 int height_col = (height + 2 * pad_h - dil_patch_h) / stride_h + 1;
95 int h_pad = h * stride_h - pad_h + h_offset * dilation_h;
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/runtime/contrib/arm_compute_lib/
H A Dacl_utils.cc98 int pad_h = std::stoi(pad[0]); in MakeACLPadStride() local
102 pad_2 = pad_h; in MakeACLPadStride()
103 pad_3 = pad_h; in MakeACLPadStride()
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/tools/caffe_translator/src/main/resources/templates/
H A Dpooling.st30 <if(pad_h)>
31 pad=(<pad_h>,<pad_w>),
/dports/misc/mxnet/incubator-mxnet-1.9.0/tools/caffe_translator/src/main/resources/templates/
H A Dpooling.st30 <if(pad_h)>
31 pad=(<pad_h>,<pad_w>),
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/tests/python/contrib/
H A Dtest_cudnn.py31 pad_h = 1
61 [pad_h, pad_w],
112 pad_h = 1
138 [pad_d, pad_h, pad_w],
/dports/math/libxsmm/libxsmm-1.16.3/samples/deeplearning/poolingdriver/
H A Dlayer_example_f32.c49 int pad_h = 0; /* pad in h direction */ in main() local
106 if (argc > i) pad_h = atoi(argv[i++]); in main()
129 ofh = (ifh + 2 * pad_h - kh)/stride_h + 1; in main()
143 naive_param.pad_h = pad_h; in main()
245 pooling_desc.pad_h = pad_h; in main()
/dports/misc/darknet/darknet-darknet_yolo_v4_pre/src/
H A Dim2col.h19 const int pad_h, const int pad_w,
32 const int pad_h, const int pad_w,

12345678910>>...13