Searched defs:LSTM (Results 1 – 5 of 5) sorted by relevance
39 LSTM() : PrimitiveC(kNameLSTM) {} in LSTM() function
21 LSTM = P.LSTM(input_size=10, hidden_size=2, num_layers=1, has_bias=True, bidirectional=False, dropo… variable
40 class LSTM(nn.Cell): class
53 class LSTM(Cell): class
3890 class LSTM(PrimitiveWithInfer): class