Searched refs:DILATION (Results 1 – 6 of 6) sorted by relevance
57 auto dilation_me = AnfAlgo::GetNodeAttr<std::vector<int64_t>>(kernel_node, DILATION); in InitKernel()
60 auto dilation_me = AnfAlgo::GetNodeAttr<std::vector<int64_t>>(kernel_node, DILATION); in InitKernel()
63 auto dilation_attr = src_dim == kShapeSize4D ? DILATION : DILATIONS; in InitKernel()
45 constexpr char DILATION[] = "dilation"; variable
120 dilation_ = GetTupleIntAttr(DILATION); in GetAttrsBase()672 Attr dilation = {DILATION, MakeValue(dilation_)}; in CreateConv2DAttrs()
221 constexpr char DILATION[] = "dilation"; variable