Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/parser/pytorch/
Dpytorch_lstm_parser.cc47 auto batch_first = PytorchNodeParser::GetValueFromConstNode<bool>(torch_node->input(NINTH_INPUT)); in Parse() local
/third_party/mindspore/mindspore-src/source/tests/st/ops/cpu/
Dtest_lstm_op.py41 …def __init__(self, input_s, hidden_s, num_layers, has_bias, batch_first, bidirectional, dropout, p… argument
58 … def __init__(self, input_s, hidden_s, num_layers, has_bias, batch_first, bidirectional, dropout): argument
/third_party/mindspore/mindspore-src/source/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/mindspore-src/source/tests/st/ops/ascend/
Dtest_gru_op.py40 …def __init__(self, input_size, hidden_size, num_layers, has_bias, batch_first, bidirectional, drop… argument
Dtest_rnn_op.py40 …def __init__(self, input_size, hidden_size, num_layers, has_bias, batch_first, bidirectional, drop… argument
Dtest_lstm_op.py40 … def __init__(self, input_s, hidden_s, num_layers, has_bias, batch_first, bidirectional, dropout): argument
/third_party/mindspore/mindspore-src/source/tests/st/ops/gpu/
Dtest_lstm_op.py40 … def __init__(self, input_s, hidden_s, num_layers, has_bias, batch_first, bidirectional, dropout): argument
/third_party/mindspore/mindspore-src/source/tests/ut/python/ops/
Dtest_dyn_shape_primitive.py108 … def __init__(self, input_s, hidden_s, num_layers, has_bias, batch_first, bidirectional, dropout): argument
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/nn/layer/
Dtransformer.py138 … add_zero_attn=False, kdim=None, vdim=None, batch_first=False, dtype=mstype.float32): argument
Drnns.py375 batch_first=False, dropout=0., bidirectional=False, dtype=mstype.float32): argument