Home
last modified time | relevance | path

Searched refs:GetTupleIntAttr (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Dmaxpool_info.cc33 kernel_size_ = GetTupleIntAttr(KERNEL_SIZE); in GetAttrs()
53 stride_ = GetTupleIntAttr(STRIDES); in GetAttrs()
Dresizebilinear_info.cc32 size_ = GetTupleIntAttr(SIZE); in GetAttrs()
Dconv2d_info.cc100 pad_list_ = GetTupleIntAttr(PAD_LIST); in GetAttrsBase()
107 stride_ = GetTupleIntAttr(STRIDE); in GetAttrsBase()
120 dilation_ = GetTupleIntAttr(DILATION); in GetAttrsBase()
Doperator_info.h225 std::vector<int64_t> GetTupleIntAttr(const std::string &attr_name);
Doperator_info.cc1811 std::vector<int64_t> OperatorInfo::GetTupleIntAttr(const std::string &attr_name) { in GetTupleIntAttr() function in mindspore::parallel::OperatorInfo