Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/session/
Danf_runtime_algorithm.cc287 auto item_with_index_tmp = VisitKernelWithReturnType(GetTupleGetItemRealInput(cnode), in VisitKernelWithReturnType() local
289 if (CheckPrimitiveType(item_with_index_tmp.first, prim::kPrimMakeTuple)) { in VisitKernelWithReturnType()
290 MS_EXCEPTION_IF_NULL(item_with_index_tmp.first); in VisitKernelWithReturnType()
291 auto make_tuple = item_with_index_tmp.first->cast<CNodePtr>(); in VisitKernelWithReturnType()
294 size_t make_tuple_input_index = item_with_index_tmp.second + 1; in VisitKernelWithReturnType()
301 return item_with_index_tmp; in VisitKernelWithReturnType()