Searched defs:hidden_s (Results 1 – 1 of 1) sorted by relevance
/third_party/mindspore/tests/st/ops/ascend/ |
D | test_lstm_op.py | 41 … def __init__(self, input_s, hidden_s, num_layers, has_bias, batch_first, bidirectional, dropout): argument 51 def __init__(self, num_layers, has_bias, input_s, num_directions, hidden_s, bidirectional): argument
|