Searched refs:lstm_name (Results 1 – 2 of 2) sorted by relevance
228 auto lstm_name = lstm_cnode->fullname_with_scope(); in ReplaceLstmNode() local234 new_lstm_cnode->set_fullname_with_scope(lstm_name); in ReplaceLstmNode()
781 const std::string lstm_name = "lstm_" + while_cnode->fullname_with_scope(); in Process() local782 …auto lstm_node = CreateLSTMNode(func_graph, equiv, body_equiv, lstm_name, zoneout_cell, zoneout_hi… in Process()