Searched refs:GetConcatedParam (Results 1 – 2 of 2) sorted by relevance
74 …static lite::STATUS GetConcatedParam(const std::vector<AnfNodePtr> ¶ms, const ParameterPtr &ne…
420 STATUS TfliteLstmCellFusion::GetConcatedParam(const std::vector<AnfNodePtr> ¶ms, const Paramete… in GetConcatedParam() function in mindspore::opt::TfliteLstmCellFusion569 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()