Searched refs:HandleOpInputs (Results 1 – 3 of 3) sorted by relevance
192 …void HandleOpInputs(const std::set<KernelWithIndex> &input_kernel, std::map<KernelWithIndex, size_…
1302 void SessionBasic::HandleOpInputs(const std::set<KernelWithIndex> &input_kernel, in HandleOpInputs() function in mindspore::session::SessionBasic2307 HandleOpInputs(input_tensor_info.input_kernel, &cnode_refcount, &op_output_map); in RunOpsInGraphImpl()
495 session_->HandleOpInputs(input_kernels_with_index, ref_count, op_output_map); in UpdateRefCount()