Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/lite/tools/optimizer/fusion/
Dtflite_lstm_cell_fusion.h74 …static lite::STATUS GetConcatedParam(const std::vector<AnfNodePtr> &params, const ParameterPtr &ne…
Dtflite_lstm_cell_fusion.cc420 STATUS TfliteLstmCellFusion::GetConcatedParam(const std::vector<AnfNodePtr> &params, const Paramete… in GetConcatedParam() function in mindspore::opt::TfliteLstmCellFusion
569 auto status = GetConcatedParam(i_weights, i_weight, false); in CreateLSTMNode()
578 status = GetConcatedParam(c_weights, c_weight, false); in CreateLSTMNode()
587 status = GetConcatedParam(biases, bias, true); in CreateLSTMNode()