Home
last modified time | relevance | path

Searched defs:UpdateRefCount (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/graph_scheduler/actor/
Dactor_common.cc362 void UpdateRefCount(DeviceTensor *const device_tensor, bool is_max_ref_count) { in UpdateRefCount() function
372 void UpdateRefCount(const AnfNodePtr &node, size_t output_idx, bool is_max_ref_count) { in UpdateRefCount() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/graph_scheduler/
Dgraph_compiler.cc879 void GraphCompiler::UpdateRefCount(const std::set<KernelWithIndex> &input_kernels_with_index, in UpdateRefCount() function in mindspore::runtime::GraphCompiler