Home
last modified time | relevance | path

Searched defs:pad_needed_h (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/core/ops/grad/
Dconv2d_backprop_input.cc61 auto pad_needed_h = in SetPadList() local
/third_party/mindspore/mindspore/core/ops/
Dconv2d.cc104 …int64_t pad_needed_h = (output_hw->at(0) - 1) * stride[0] + dilation[0] * (kernel[0] - 1) + 1 - x_… in Conv2DPadFunction() local
/third_party/mindspore/mindspore/core/abstract/
Dprim_nn.cc215 …int64_t pad_needed_h = (output_hw->at(0) - 1) * stride[0] + dilation[0] * (kernel[0] - 1) + 1 - x_… in Conv2DPadFunction() local