Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/
Dcommon_utils.cc599 for (auto const &input_user : input_users->second) { in GetInputIndex() local
601 if (anf_node != input_user.first) { in GetInputIndex()
613 … (void)input_index.emplace_back(anf_node, std::make_pair(IntToSize(input_user.second - 1), 0)); in GetInputIndex()
617 int used_as_idx = input_user.second - 1; in GetInputIndex()