Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/lite/tools/optimizer/fusion/
Dtflite_lstm_cell_fusion.h58 …static lite::STATUS AdjustOtherGetItems(const FuncGraphPtr &func_graph, const CNodePtr &while_cnod…
Dtflite_lstm_cell_fusion.cc630 STATUS TfliteLstmCellFusion::AdjustOtherGetItems(const FuncGraphPtr &func_graph, const CNodePtr &wh… in AdjustOtherGetItems() function in mindspore::opt::TfliteLstmCellFusion
797 status = AdjustOtherGetItems(func_graph, while_cnode, lstm_node, tuple_get_item_cnode); in Process()