Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/mindir/
Dslice_grad_unify_mindir.cc88 begins = AnfAlgo::GetNodeAttr<std::vector<int64_t>>(slice_grad, kAttrBegin); in Process()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/ir_fission/
Dunsorted_segment_sum_fission.cc74 AnfAlgo::SetNodeAttr(kAttrBegin, MakeValue(Convert2Long(offsets)), slice); in CreateSlice()
Dgather_v2_ds_fission.cc124 AnfAlgo::SetNodeAttr(kAttrBegin, MakeValue(Convert2Long(offsets)), slice); in CreateSlice()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/arrays/
Dtensor_copy_slices_gpu_kernel.h88 begin_ = GetAttr<std::vector<int64_t>>(kernel_node, kAttrBegin); in Init()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/rts/
Dtensor_copy_slices.cc76 auto begin = AnfAlgo::GetNodeAttr<std::vector<int64_t>>(anf_node, kAttrBegin); in Init()
/third_party/mindspore/mindspore/ccsrc/utils/
Dutils.h442 constexpr auto kAttrBegin = "begin"; variable