Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/pass/
Dcommunication_op_fusion.cc113 std::set<AnfNodePtr> inputs_set(fusion_inputs.begin(), fusion_inputs.end()); in CheckInputs() local
114 if (inputs_set.size() < fusion_inputs.size()) { in CheckInputs()
/third_party/mindspore/mindspore/ccsrc/runtime/device/
Dkernel_runtime.cc53 std::set<AnfNodePtr> inputs_set(graph_inputs.begin(), graph_inputs.end()); in GetGraphInputs() local
62 … if (input_real_node->isa<Parameter>() && inputs_set.find(input_real_node) == inputs_set.end()) { in GetGraphInputs()
63 (void)inputs_set.insert(input_real_node); in GetGraphInputs()