Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/enhancer/
Dadd_attr_for_3d_graph.cc22 std::shared_ptr<Var> V = std::make_shared<CondVar>(UnVisited); in DefinePattern()
Dadd_placeholder_for_dynamic_rnn.cc30 std::shared_ptr<Var> V = std::make_shared<CondVar>(UnVisited); in DefinePattern()
Dadd_placeholder_for_dynamic_gru.cc27 std::shared_ptr<Var> V = std::make_shared<CondVar>(UnVisited); in DefinePattern()
Dsplit_n_optimizer.cc193 std::shared_ptr<Var> V = std::make_shared<CondVar>(UnVisited); in DefinePattern()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/format_type/
Dinsert_trans_op.cc29 std::shared_ptr<Var> V = std::make_shared<CondVar>(UnVisited); in DefinePattern()
Dtrans_op_format_refine.cc24 std::shared_ptr<Var> V = std::make_shared<CondVar>(UnVisited); in DefinePattern()
Dinsert_transpose_for_basiclstm_op.cc30 std::shared_ptr<Var> V = std::make_shared<CondVar>(UnVisited); in DefinePattern()
Dinsert_cast.cc118 VarPtr V = std::make_shared<CondVar>(UnVisited); in DefinePattern()
Ddeal_ref_and_split_unsupported_transdata.cc223 VarPtr V = std::make_shared<CondVar>(UnVisited); in DefinePattern()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/common/
Dhelper.h136 bool UnVisited(const BaseRef &n);
Dhelper.cc82 bool UnVisited(const BaseRef &n) { in UnVisited() function