Home
last modified time | relevance | path

Searched defs:LSTM (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/core/ops/
Dlstm.h39 LSTM() : PrimitiveC(kNameLSTM) {} in LSTM() function
/third_party/mindspore/tests/ut/cpp/python_input/gtest_input/pre_activate/
Dconvert_tuple_output_to_maketuple_test.py21 LSTM = P.LSTM(input_size=10, hidden_size=2, num_layers=1, has_bias=True, bidirectional=False, dropo… variable
/third_party/mindspore/tests/st/ops/ascend/
Dtest_lstm_op.py40 class LSTM(nn.Cell): class
/third_party/mindspore/mindspore/nn/layer/
Dlstm.py53 class LSTM(Cell): class
/third_party/mindspore/mindspore/ops/operations/
Dnn_ops.py3890 class LSTM(PrimitiveWithInfer): class