Searched defs:UpdateRefCount (Results 1 – 2 of 2) sorted by relevance
362 void UpdateRefCount(DeviceTensor *const device_tensor, bool is_max_ref_count) { in UpdateRefCount() function372 void UpdateRefCount(const AnfNodePtr &node, size_t output_idx, bool is_max_ref_count) { in UpdateRefCount() function
879 void GraphCompiler::UpdateRefCount(const std::set<KernelWithIndex> &input_kernels_with_index, in UpdateRefCount() function in mindspore::runtime::GraphCompiler