Home
last modified time | relevance | path

Searched refs:DILATION (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/mkldnn/
Dconv2d_grad_filter_cpu_kernel.cc57 auto dilation_me = AnfAlgo::GetNodeAttr<std::vector<int64_t>>(kernel_node, DILATION); in InitKernel()
Dconv2d_grad_input_cpu_kernel.cc60 auto dilation_me = AnfAlgo::GetNodeAttr<std::vector<int64_t>>(kernel_node, DILATION); in InitKernel()
Dconv_cpu_kernel.cc63 auto dilation_attr = src_dim == kShapeSize4D ? DILATION : DILATIONS; in InitKernel()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Dcpu_kernel.h45 constexpr char DILATION[] = "dilation"; variable
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Dconv2d_info.cc120 dilation_ = GetTupleIntAttr(DILATION); in GetAttrsBase()
672 Attr dilation = {DILATION, MakeValue(dilation_)}; in CreateConv2DAttrs()
Dops_utils.h221 constexpr char DILATION[] = "dilation"; variable