Searched refs:kAttrBegin (Results 1 – 6 of 6) sorted by relevance
88 begins = AnfAlgo::GetNodeAttr<std::vector<int64_t>>(slice_grad, kAttrBegin); in Process()
74 AnfAlgo::SetNodeAttr(kAttrBegin, MakeValue(Convert2Long(offsets)), slice); in CreateSlice()
124 AnfAlgo::SetNodeAttr(kAttrBegin, MakeValue(Convert2Long(offsets)), slice); in CreateSlice()
88 begin_ = GetAttr<std::vector<int64_t>>(kernel_node, kAttrBegin); in Init()
76 auto begin = AnfAlgo::GetNodeAttr<std::vector<int64_t>>(anf_node, kAttrBegin); in Init()
442 constexpr auto kAttrBegin = "begin"; variable