Home
last modified time | relevance | path

Searched defs:batch_first (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/mindspore/nn/layer/
Dlstm.py137 batch_first=False, argument
380 batch_first=False, argument
Drnns.py203 batch_first=False, dropout=0.0, bidirectional=False): argument
/third_party/mindspore/tests/ut/python/nn/
Dtest_lstm.py27 def __init__(self, input_size, hidden_size, num_layers, has_bias, batch_first, bidirectional): argument
/third_party/mindspore/tests/st/ops/ascend/
Dtest_rnn_op.py40 …def __init__(self, input_size, hidden_size, num_layers, has_bias, batch_first, bidirectional, drop… argument
Dtest_gru_op.py40 …def __init__(self, input_size, hidden_size, num_layers, has_bias, batch_first, bidirectional, drop… argument
Dtest_lstm_op.py41 … def __init__(self, input_s, hidden_s, num_layers, has_bias, batch_first, bidirectional, dropout): argument
/third_party/mindspore/tests/st/ops/cpu/
Dtest_lstm_op.py41 batch_first=False, argument