Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ir/
Ddevice_sync.h50 …void set_original_ref_count(size_t original_ref_count) { original_ref_count_ = original_ref_count;… in set_original_ref_count() function
Dtensor.h296 device_sync_->set_original_ref_count(SIZE_MAX);
/third_party/mindspore/mindspore/ccsrc/runtime/framework/actor/
Doutput_actor.cc98 new_device_tensor->set_original_ref_count(device_tensor->original_ref_count()); in UpdateOutputDeviceAddress()
Dactor_common.cc173 device_tensor->set_original_ref_count(SIZE_MAX); in UpdateRefCount()
/third_party/mindspore/mindspore/ccsrc/runtime/framework/
Dgraph_compiler.cc274 device_address->set_original_ref_count(SIZE_MAX); in SetSummaryNodesRefCount()
286 device_address->set_original_ref_count(SIZE_MAX); in UpdateRefCountForGraphOutput()
/third_party/mindspore/mindspore/ccsrc/vm/
Dbackend.cc255 new_device_tensor->set_original_ref_count(device_tensor->original_ref_count()); in UpdateOutputDeviceAddress()