Home
last modified time | relevance | path

Searched refs:pad_h (Results 126 – 150 of 306) sorted by relevance

12345678910>>...13

/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/tests/python/topi/python/
H A Dtest_topi_depthwise_conv2d.py70 pad_h, pad_w, _, _ = get_pad_tuple(padding, (filter_height, filter_width))
71 padding_args = (pad_h, pad_w)
204 pad_h, pad_w, _, _ = get_pad_tuple(padding, (filter_height, filter_width))
205 padding_args = (pad_h, pad_w)
349 pad_h, pad_w, _, _ = get_pad_tuple(padding, (filter_height, filter_width))
350 padding_args = (pad_h, pad_w)
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/operator/contrib/nn/
H A Ddeformable_im2col.cuh225 const index_t pad_h, const index_t pad_w, in deformable_im2col_gpu_kernel() argument
241 const index_t h_in = h_col * stride_h - pad_h; in deformable_im2col_gpu_kernel()
334 const index_t pad_h, const index_t pad_w, in deformable_col2im_gpu_kernel() argument
352 index_t h_in = h_col * stride_h - pad_h; in deformable_col2im_gpu_kernel()
451 const index_t pad_h, const index_t pad_w, in deformable_col2im_coord_gpu_kernel() argument
485 index_t h_in = h_col * stride_h - pad_h; in deformable_col2im_coord_gpu_kernel()
H A Dmodulated_deformable_im2col.cuh187 const int pad_h, const int pad_w, in modulated_deformable_im2col_gpu_kernel() argument
205 const int h_in = h_col * stride_h - pad_h; in modulated_deformable_im2col_gpu_kernel()
297 const int pad_h, const int pad_w, in modulated_deformable_col2im_gpu_kernel() argument
316 int h_in = h_out * stride_h - pad_h; in modulated_deformable_col2im_gpu_kernel()
407 const int pad_h, const int pad_w, in modulated_deformable_col2im_coord_gpu_kernel() argument
441 int h_in = h_out * stride_h - pad_h; in modulated_deformable_col2im_coord_gpu_kernel()
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/operator/contrib/nn/
H A Ddeformable_im2col.cuh225 const index_t pad_h, const index_t pad_w, in deformable_im2col_gpu_kernel() argument
241 const index_t h_in = h_col * stride_h - pad_h; in deformable_im2col_gpu_kernel()
334 const index_t pad_h, const index_t pad_w, in deformable_col2im_gpu_kernel() argument
352 index_t h_in = h_col * stride_h - pad_h; in deformable_col2im_gpu_kernel()
451 const index_t pad_h, const index_t pad_w, in deformable_col2im_coord_gpu_kernel() argument
485 index_t h_in = h_col * stride_h - pad_h; in deformable_col2im_coord_gpu_kernel()
H A Dmodulated_deformable_im2col.cuh187 const int pad_h, const int pad_w, in modulated_deformable_im2col_gpu_kernel() argument
205 const int h_in = h_col * stride_h - pad_h; in modulated_deformable_im2col_gpu_kernel()
297 const int pad_h, const int pad_w, in modulated_deformable_col2im_gpu_kernel() argument
316 int h_in = h_out * stride_h - pad_h; in modulated_deformable_col2im_gpu_kernel()
407 const int pad_h, const int pad_w, in modulated_deformable_col2im_coord_gpu_kernel() argument
441 int h_in = h_out * stride_h - pad_h; in modulated_deformable_col2im_coord_gpu_kernel()
/dports/graphics/opencv/opencv-4.5.3/modules/dnn/src/vkcom/shader/
H A Ddw_conv.comp10 int pad_h;
53 int org_y = gy * p.stride_h - p.pad_h;
H A Dconv.comp23 int pad_h;
51 int org_y = output_y * p.stride_h - p.pad_h;
/dports/math/clblast/CLBlast-1.1.0/test/routines/levelx/
H A Dxim2col.hpp43 const auto size = args.height + 2 * args.pad_h; in OutputHeight()
91 args.pad_h, args.pad_w, in RunRoutine()
156 const auto h_index = -args.pad_h + kh_id * args.dilation_h + args.stride_h * h_id; in RunReference()
/dports/graphics/aloadimage/arcan-0.6.1/src/shmif/tui/raster/
H A Draster.c249 size_t pad_h = max_h % ctx->cell_h; in raster_tobuf() local
255 if (pad_h){ in raster_tobuf()
256 size_t start = max_h - pad_h; in raster_tobuf()
257 draw_box_px(vidp, pitch, max_w, max_h, 0, start, max_w, pad_h, bgc); in raster_tobuf()
/dports/sysutils/acfgfs/arcan-0.6.1/src/shmif/tui/raster/
H A Draster.c249 size_t pad_h = max_h % ctx->cell_h; in raster_tobuf() local
255 if (pad_h){ in raster_tobuf()
256 size_t start = max_h - pad_h; in raster_tobuf()
257 draw_box_px(vidp, pitch, max_w, max_h, 0, start, max_w, pad_h, bgc); in raster_tobuf()
/dports/math/libxsmm/libxsmm-1.16.3/src/template/
H A Dlibxsmm_dnn_convolve_st_bwd_nhwc_custom-rsck_fallback_generic.tpl.c48 const int padded_h = handle->desc.H + (2 * handle->desc.pad_h);
98 …if ( (handle->desc.pad_h == handle->desc.pad_h_in) && (handle->desc.pad_w == handle->desc.pad_w_in…
154 …LIBXSMM_VLA_ACCESS(3, del_input_padded, ij + handle->desc.pad_h, ii + handle->desc.pad_w, ifm2, pa…
182 …LIBXSMM_VLA_ACCESS(3, del_input_padded, ij + handle->desc.pad_h, ii + handle->desc.pad_w, ifm2, pa…
/dports/x11/arcan-trayicon/arcan-0.6.1/src/shmif/tui/raster/
H A Draster.c249 size_t pad_h = max_h % ctx->cell_h; in raster_tobuf() local
255 if (pad_h){ in raster_tobuf()
256 size_t start = max_h - pad_h; in raster_tobuf()
257 draw_box_px(vidp, pitch, max_w, max_h, 0, start, max_w, pad_h, bgc); in raster_tobuf()
/dports/x11/aclip/arcan-0.6.1/src/shmif/tui/raster/
H A Draster.c249 size_t pad_h = max_h % ctx->cell_h;
255 if (pad_h){
256 size_t start = max_h - pad_h;
257 draw_box_px(vidp, pitch, max_w, max_h, 0, start, max_w, pad_h, bgc);
/dports/misc/mnn/MNN-1.2.0/test/op/
H A DConvolutionTest.cpp28 … int ih, int iw, PadMode mode, int pad_h, int pad_w, int kh, int kw, int stride, in reference_conv2d() argument
34 pad_h = ((oh - 1) * stride + (kh - 1) * dilation + 1 - ih) / 2; in reference_conv2d()
38 pad_h = pad_w = 0; in reference_conv2d()
40 oh = (ih + 2 * pad_h - (kh - 1) * dilation - 1) / stride + 1; in reference_conv2d()
56 int i_h = o_h * stride - pad_h + k_h * dilation; in reference_conv2d()
332 … int ic, int oc, int ih, int iw, PadMode mode, int pad_h, int pad_w, int kh, int kw, int stride, in test() argument
380 …v2d(inputData, weightData, biasData, outputData, batch, ic, oc, ih, iw, mode, pad_h, pad_w, kh, kw, in test()
395 {pad_w, pad_h}, sparseAlgo, sparseBlockOC); in test()
409 …{stride, stride}, {dilation, dilation}, group, {pad_w, pad_h}, false, false, sparseAlgo, sparseBlo… in test()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/relay/op/nn/
H A Dbitserial.cc138 IndexExpr pad_h, pad_w; in BinaryConv2DRel() local
139 GetPaddingHeightWidth(param->padding, &pad_h, &pad_w); in BinaryConv2DRel()
140 oshape.Set(2, (dshape_nchw[2] + pad_h - param->kernel_size[0]) / param->strides[0] + 1); in BinaryConv2DRel()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/topi/x86/
H A Dconv3d.py233 pad_h = pad_top + pad_down
237 pad_height = in_height + pad_h
241 out_height = simplify((in_height + pad_h - dilated_kernel_h) // HSTR + 1)
245 DOPAD = pad_d != 0 or pad_h != 0 or pad_w != 0
341 pad_h = pad_top + pad_down
345 pad_height = in_height + pad_h
349 out_height = simplify((in_height + pad_h - dilated_kernel_h) // HSTR + 1)
353 DOPAD = pad_d != 0 or pad_h != 0 or pad_w != 0
/dports/math/libxsmm/libxsmm-1.16.3/samples/deeplearning/gxm/src/
H A DJitterData.cpp78 gparams_.pad_h = p->get_pad_h(); in JitterDataNode()
80 size = size * (tts.dims[2] + 2*gparams_.pad_h) * (tts.dims[3] + 2*gparams_.pad_w); in JitterDataNode()
83 gparams_.pad_h = 0; in JitterDataNode()
457 int padh = gparams_.pad_h; in imageTransform()
533 int padh = gparams_.pad_h; in forwardPropagate()
646 if(gparams_.pad_h && gparams_.pad_w) in forwardPropagate()
647 …check_physical_pad(nname_.c_str(), topdata, nImg, 1, ofh, ofw, nOfm, gparams_.pad_h, gparams_.pad_… in forwardPropagate()
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/relay/op/nn/
H A Dpooling.cc83 IndexExpr pad_h, pad_w; in Pool2DRel() local
85 pad_h = param->padding[0] * 2; in Pool2DRel()
89 pad_h = param->padding[0] * 2; in Pool2DRel()
93 pad_h = param->padding[0] + param->padding[2]; in Pool2DRel()
108 oshape[hidx] = ((dshape[hidx] + pad_h - param->pool_size[0] + in Pool2DRel()
111 oshape[hidx] = ((dshape[hidx] + pad_h - param->pool_size[0]) / param->strides[0]) + 1; in Pool2DRel()
/dports/misc/tvm/incubator-tvm-0.6.1/src/relay/op/nn/
H A Dpooling.cc83 IndexExpr pad_h, pad_w; in Pool2DRel() local
85 pad_h = param->padding[0] * 2; in Pool2DRel()
89 pad_h = param->padding[0] * 2; in Pool2DRel()
93 pad_h = param->padding[0] + param->padding[2]; in Pool2DRel()
108 oshape[hidx] = ((dshape[hidx] + pad_h - param->pool_size[0] + in Pool2DRel()
111 oshape[hidx] = ((dshape[hidx] + pad_h - param->pool_size[0]) / param->strides[0]) + 1; in Pool2DRel()
/dports/devel/goffice/goffice-0.10.50/goffice/graph/
H A Dgog-view.c549 double const pad_h = gog_renderer_pt2r_y (view->renderer, PAD_HACK); in gog_view_size_allocate_real() local
579 res.y += req.h + pad_h; in gog_view_size_allocate_real()
580 res.h -= req.h + pad_h; in gog_view_size_allocate_real()
587 res.h -= req.h + pad_h; in gog_view_size_allocate_real()
588 tmp.y = res.y + res.h + pad_h; in gog_view_size_allocate_real()
922 double const pad_h = gog_renderer_pt2r_y (view->renderer, PAD_HACK); in gog_view_size_child_request() local
941 req->h += child_req.h + pad_h; in gog_view_size_child_request()
942 min_req->h += child_req.h + pad_h; in gog_view_size_child_request()
/dports/math/clblast/CLBlast-1.1.0/src/kernels/levelx/
H A Dim2col.opencl32 const int pad_h, const int pad_w,
50 const int h_index = -pad_h + kh_id * dilation_h + stride_h * h_id;
/dports/misc/tvm/incubator-tvm-0.6.1/tests/python/unittest/
H A Dtest_schedule_tensor_core.py234 pad_h = 1
283 …(batch_size // block_size, height + 2 * pad_h, width + 2 * pad_w, in_channels // block_size, block…
286 tvm.all(h >= pad_h, h - pad_h < height,
288 A[n, h - pad_h, w - pad_w, i, nn, ii], tvm.const(0., "float16")),
380 (pad_h, pad_w)).astype(Conv.dtype)
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/tests/python/unittest/
H A Dtest_te_schedule_tensor_core.py289 pad_h = 1
346 height + 2 * pad_h,
353 tvm.tir.all(h >= pad_h, h - pad_h < height, w >= pad_w, w - pad_w < width),
354 A[n, h - pad_h, w - pad_w, i, nn, ii],
456 a_np.astype(Conv.dtype), w_np.astype(Conv.dtype), (stride_h, stride_w), (pad_h, pad_w)
/dports/misc/py-tvm/incubator-tvm-0.6.1/tests/python/unittest/
H A Dtest_schedule_tensor_core.py234 pad_h = 1
283 …(batch_size // block_size, height + 2 * pad_h, width + 2 * pad_w, in_channels // block_size, block…
286 tvm.all(h >= pad_h, h - pad_h < height,
288 A[n, h - pad_h, w - pad_w, i, nn, ii], tvm.const(0., "float16")),
380 (pad_h, pad_w)).astype(Conv.dtype)
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/media/atomisp/pci/
H A Datomisp_common.h38 extern int pad_h;

12345678910>>...13