Home
last modified time | relevance | path

Searched refs:IsLifelong (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/somas/
Dsomas_tensor.h98 bool IsLifelong() { return lifelong_value_ == kLifeLongGraphAll; } in IsLifelong() function
Dsomas.cc1091 …if (calc_tensor->IsLifelong() || calc_tensor->IsSemiLifelongEnd() || calc_tensor->IsRefOverlap() || in ComputeMultiTensorConflicts()
1111 …if (calc_tensor == target_tensor || target_tensor->IsLifelong() || target_tensor->IsSemiLifelongSt… in ComputeOneTensorConflicts()
1529 …<< tensor_type_name_map[tensor->type_] << "\t" << tensor->IsLifelong() << "\t" << tensor->lifetime… in DumpTensors()