Home
last modified time | relevance | path

Searched refs:PH_R (Results 1 – 21 of 21) sorted by relevance

/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/examples/primitives/
H A Dpooling.cpp61 PH_R = 0, // height padding: right in pooling_example() local
69 const memory::dim OH = (IH - ((KH - 1) * DH + KH) + PH_L + PH_R) / SH + 1; in pooling_example()
82 memory::dims padding_dims_r = {PH_R, PW_R}; in pooling_example()
H A Dconvolution.cpp66 PH_R = 1, // height padding: right in convolution_example() local
71 OH = (IH - KH + PH_L + PH_R) / SH + 1, // output height in convolution_example()
84 memory::dims padding_dims_r = {PH_R, PW_R}; in convolution_example()
/dports/math/onednn/oneDNN-2.5.1/examples/primitives/
H A Dpooling.cpp61 PH_R = 0, // height padding: right in pooling_example() local
69 const memory::dim OH = (IH - ((KH - 1) * DH + KH) + PH_L + PH_R) / SH + 1; in pooling_example()
82 memory::dims padding_dims_r = {PH_R, PW_R}; in pooling_example()
H A Dconvolution.cpp66 PH_R = 1, // height padding: right in convolution_example() local
71 OH = (IH - KH + PH_L + PH_R) / SH + 1, // output height in convolution_example()
84 memory::dims padding_dims_r = {PH_R, PW_R}; in convolution_example()
221 PH_R = 1, // height padding: right in depthwise_convolution_example() local
226 OH = (IH - KH + PH_L + PH_R) / SH + 1, // output height in depthwise_convolution_example()
238 memory::dims padding_dims_r = {PH_R, PW_R}; in depthwise_convolution_example()
/dports/devel/z88dk/z88dk/include/
H A Dzxcurrah.h60 #define PH_R 39 macro
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/runtime/contrib/dnnl/
H A Ddnnl_json_runtime.cc171 PH_R = std::stoi(str_padding[3]), // height padding: right in Conv2d() local
176 OH = (IH - KH + PH_L + PH_R) / SH + 1, // output height in Conv2d()
189 dnnl::memory::dims padding_dims_r = {PH_R, PW_R}; in Conv2d()
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dtgtwb5xl.e50 #define PH_R (PH_Zh+3)
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/tests/benchdnn/pool/
H A Dpool.cpp200 const int64_t PD_R = prb->pd_r, PH_R = prb->ph_r, PW_R = prb->pw_r; in check_known_skipped_case() local
202 = !(prb->alg == avg_p && (PD < PD_R || PH < PH_R || PW < PW_R)); in check_known_skipped_case()
/dports/math/onednn/oneDNN-2.5.1/tests/benchdnn/pool/
H A Dpool.cpp202 const int64_t PD_R = prb->pd_r, PH_R = prb->ph_r, PW_R = prb->pw_r; in check_known_skipped_case() local
204 = !(prb->alg == avg_p && (PD < PD_R || PH < PH_R || PW < PW_R)); in check_known_skipped_case()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/tests/benchdnn/conv/
H A Ddeconv.cpp205 const int64_t PD_R = prb->pd_r, PH_R = prb->ph_r, PW_R = prb->pw_r; in check_known_skipped_case() local
206 const bool pad_ok = PD >= PD_R && PH >= PH_R && PW >= PW_R; in check_known_skipped_case()
H A Dconv.cpp778 const int64_t PD_R = prb->pd_r, PH_R = prb->ph_r, PW_R = prb->pw_r; in check_known_skipped_case() local
779 const bool pad_ok = PD >= PD_R && PH >= PH_R && PW >= PW_R; in check_known_skipped_case()
/dports/math/onednn/oneDNN-2.5.1/tests/benchdnn/conv/
H A Ddeconv.cpp221 const int64_t PD_R = prb->pd_r, PH_R = prb->ph_r, PW_R = prb->pw_r; in check_known_skipped_case() local
222 const bool pad_ok = PD >= PD_R && PH >= PH_R && PW >= PW_R; in check_known_skipped_case()
H A Dconv.cpp626 const int64_t PD_R = prb->pd_r, PH_R = prb->ph_r, PW_R = prb->pw_r; in check_known_skipped_case() local
627 const bool pad_ok = PD >= PD_R && PH >= PH_R && PW >= PW_R; in check_known_skipped_case()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/doc/primitives/
H A Dconvolution.md28 | Padding: <br>Back, bottom, and right | \f$PD_R\f$ | \f$PH_R\f$ | \f$PW_R\f$ | In the API we use `…
51 - \f$OH = \left\lfloor{\frac{IH - KH + PH_L + PH_R}{SH}} \right\rfloor + 1,\f$
94 - \f$OH = \left\lfloor{\frac{IH - DKH + PH_L + PH_R}{SH}}
/dports/math/onednn/oneDNN-2.5.1/doc/primitives/
H A Dconvolution.md28 | Padding: <br>Back, bottom, and right | \f$PD_R\f$ | \f$PH_R\f$ | \f$PW_R\f$ | In the API we use `…
51 - \f$OH = \left\lfloor{\frac{IH - KH + PH_L + PH_R}{SH}} \right\rfloor + 1,\f$
94 - \f$OH = \left\lfloor{\frac{IH - DKH + PH_L + PH_R}{SH}}
/dports/math/onednn/oneDNN-2.5.1/src/gpu/ocl/
H A Dxe_hp_1st_conv_bwd_weights.cl30 #define HAS_PAD_H (PH != 0 || PH_R != 0)
H A Dgen9_conv_bwd_weights.cl30 #define HAS_PAD_H (PH != 0 || PH_R != 0)
H A Dxe_hpc_conv_bwd_wei_bf16.cl252 = OH - max(0, (PH_R - (KH - 1 - kh) * (1 + DH) + SH - 1) / SH) - 1;
H A Dxe_hp_conv_bwd_wei_bf16_split_bar.cl243 = OH - max(0, (PH_R - (KH - 1 - kh) * (1 + DH) + SH - 1) / SH) - 1;
H A Dxe_hp_conv_bwd_wei_bf16.cl273 = OH - max(0, (PH_R - (KH - 1 - kh) * (1 + DH) + SH - 1) / SH) - 1;
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/gpu/ocl/
H A Dgen9_conv_bwd_weights.cl27 #define HAS_PAD_H (PH != 0 || PH_R != 0)