Home
last modified time | relevance | path

Searched refs:pad_h (Results 251 – 275 of 306) sorted by relevance

1...<<111213

/dports/devel/goffice/goffice-0.10.50/goffice/graph/
H A Dgog-axis.c4131 double const pad_h = gog_renderer_pt2r_y (view->renderer, PAD_HACK); in gog_axis_view_padding_request() local
4153 label_padding.ht += req.h + pad_h; in gog_axis_view_padding_request()
4157 label_padding.hb += req.h + pad_h; in gog_axis_view_padding_request()
4265 double const pad_h = gog_renderer_pt2r_y (view->renderer, PAD_HACK); in gog_axis_view_size_allocate() local
4314 tmp.y += req.h + pad_h; in gog_axis_view_size_allocate()
4321 tmp.h -= req.h + pad_h; in gog_axis_view_size_allocate()
/dports/math/clblast/CLBlast-1.1.0/test/correctness/
H A Dtester.cpp374 if (o == kArgPadH) { result += kArgPadH + equals + ToString(args.pad_h) + " "; } in GetOptionsString()
/dports/textproc/p5-PDF-Table/PDF-Table-1.002/INFO/
H A DChanges_201978 Removed pad_w and pad_h local variable as useless
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/relay/frontend/
H A Donnx.py414 pad_h = get_pad_pair(in_w, dilated_kernel_w, stride_w)
415 attr["pads"] = (pad_v[0], pad_h[0], pad_v[1], pad_h[1])
/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/src/
H A Dlvrend.cpp7331 int pad_h = style_h - current_h; in renderBlockElementEnhanced() local
7332 if (pad_h > 0) { in renderBlockElementEnhanced()
7333 if (pad_h > flow->getPageHeight()) // don't pad more than one page height in renderBlockElementEnhanced()
7334 pad_h = flow->getPageHeight(); in renderBlockElementEnhanced()
7340 flow->addContentSpace(pad_h, 1, false, split_avoid_inside, false); in renderBlockElementEnhanced()
7602 int pad_h = style_h - (final_h + padding_top + padding_bottom); in renderBlockElementEnhanced() local
7603 if (pad_h > 0) { in renderBlockElementEnhanced()
7605 if (pad_h > flow->getPageHeight()) in renderBlockElementEnhanced()
7606 pad_h = flow->getPageHeight(); in renderBlockElementEnhanced()
7607 pad_style_h = pad_h; // to be context.AddLine() below in renderBlockElementEnhanced()
/dports/math/clblast/CLBlast-1.1.0/src/
H A Dclblast_netlib_c.cpp4739 …eight, const int width, const int kernel_h, const int kernel_w, const int pad_h, const int pad_w, … in cblas_sim2col() argument
4752 …auto s = clblast::Im2col<float>(channels, height, width, kernel_h, kernel_w, pad_h, pad_w, stride_… in cblas_sim2col()
4761 …eight, const int width, const int kernel_h, const int kernel_w, const int pad_h, const int pad_w, … in cblas_dim2col() argument
4774 …auto s = clblast::Im2col<double>(channels, height, width, kernel_h, kernel_w, pad_h, pad_w, stride… in cblas_dim2col()
4783 …eight, const int width, const int kernel_h, const int kernel_w, const int pad_h, const int pad_w, … in cblas_cim2col() argument
4796 …auto s = clblast::Im2col<float2>(channels, height, width, kernel_h, kernel_w, pad_h, pad_w, stride… in cblas_cim2col()
4805 …eight, const int width, const int kernel_h, const int kernel_w, const int pad_h, const int pad_w, … in cblas_zim2col() argument
4818 …auto s = clblast::Im2col<double2>(channels, height, width, kernel_h, kernel_w, pad_h, pad_w, strid… in cblas_zim2col()
/dports/math/libxsmm/libxsmm-1.16.3/samples/deeplearning/gxm/model_zoo/resnet/
H A D1_resnet50_dummy_56_fcbn_f32.prototxt10 pad_h: 3
H A D1_resnet50_image_56_fcbn_bf16.prototxt28 pad_h: 3
H A Dmn_resnet50_image_56_fcbn_bf16.prototxt29 pad_h: 3
H A Dmn_resnet50_image_56_fcbn_f32.prototxt29 pad_h: 3
H A D1_resnet50_image_50_fcbn_bf16_test.prototxt28 pad_h: 3
H A D1_resnet50_image_56_fcbn_f32.prototxt28 pad_h: 3
H A Dmn_resnet50_dummy_56_fcbn_bf16.prototxt10 pad_h: 3
H A D1_resnet50_dummy_56_fcbn_bf16.prototxt10 pad_h: 3
H A Dmn_resnet50_dummy_56_fcbn_f32.prototxt10 pad_h: 3
H A D1_resnet50_image_56_bf16.prototxt29 pad_h: 3
H A D1_resnet50_image_56_f32.prototxt29 pad_h: 3
H A D1_resnet50_dummy_24_f32.prototxt10 pad_h: 3
H A D1_resnet50_dummy_28_bf16.prototxt10 pad_h: 3
/dports/math/clblast/CLBlast-1.1.0/include/
H A Dclblast.h622 … size_t width, const size_t kernel_h, const size_t kernel_w, const size_t pad_h, const size_t pad_…
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/media/atomisp/pci/
H A Datomisp_subdev.c381 unsigned int padding_h = pad_h; in atomisp_subdev_set_selection()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/media/atomisp/pci/
H A Datomisp_subdev.c381 unsigned int padding_h = pad_h; in atomisp_subdev_set_selection()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/media/atomisp/pci/
H A Datomisp_subdev.c381 unsigned int padding_h = pad_h; in atomisp_subdev_set_selection()
/dports/math/libxsmm/libxsmm-1.16.3/samples/deeplearning/gxm/src/
H A DConv.cpp284 gparams_.pad_h = vp[0]; in ConvNode()
/dports/graphics/opencv/opencv-4.5.3/modules/dnn/test/
H A Dtest_layers.cpp2122 const int pad_h = kernel_h / 2, pad_w = kernel_w / 2; in makeDefaultTestConvolutionLayer() local
2126 convParams.set("pad_h", pad_h); in makeDefaultTestConvolutionLayer()

1...<<111213