Searched refs:GetTupleIntAttr (Results 1 – 5 of 5) sorted by relevance
33 kernel_size_ = GetTupleIntAttr(KERNEL_SIZE); in GetAttrs()53 stride_ = GetTupleIntAttr(STRIDES); in GetAttrs()
32 size_ = GetTupleIntAttr(SIZE); in GetAttrs()
100 pad_list_ = GetTupleIntAttr(PAD_LIST); in GetAttrsBase()107 stride_ = GetTupleIntAttr(STRIDE); in GetAttrsBase()120 dilation_ = GetTupleIntAttr(DILATION); in GetAttrsBase()
225 std::vector<int64_t> GetTupleIntAttr(const std::string &attr_name);
1811 std::vector<int64_t> OperatorInfo::GetTupleIntAttr(const std::string &attr_name) { in GetTupleIntAttr() function in mindspore::parallel::OperatorInfo