Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/lite/tools/optimizer/fusion/
Dtf_bidirection_gru_fusion.cc37 constexpr size_t kCondCNodesNum = 4; variable
44 MS_CHECK_TRUE_RET(placeholders.size() >= kCondCNodesNum, {}); in GenerateBodyGraphHiddenPattern()
770 kCondCNodesNum, kCondNodesNum); in Process()
782 kCondCNodesNum, kCondNodesNum); in Process()
Dtf_lstm_cell_fusion.cc35 constexpr size_t kCondCNodesNum = 4; variable
111 …tmCellFusion(name, multigraph, kLstmInputsLength, kLstmInputsVarNum, kCondNodesNum, kCondCNodesNum, in TfLstmCellFusion()
Dtflite_lstm_cell_fusion.cc36 constexpr size_t kCondCNodesNum = 4; variable
179 this->cond_cnodes_num_ = cond_cnodes_num == 0 ? kCondCNodesNum : cond_cnodes_num; in TfliteLstmCellFusion()