Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ir/
Dfunc_graph.cc63 constexpr size_t return_input_num = 2; in output() local
65 if (return_ != nullptr && return_->inputs().size() == return_input_num) { in output()