Searched defs:init_c (Results 1 – 3 of 3) sorted by relevance
| /third_party/mindspore/mindspore/nn/layer/ |
| D | lstm.py | 212 def _stacked_bi_dynamic_rnn(self, x, init_h, init_c, weight, bias): argument 240 def _stacked_dynamic_rnn(self, x, init_h, init_c, weight, bias): argument
|
| /third_party/mindspore/tests/ut/cpp/python_input/gtest_input/tbe/ |
| D | tbe_json_creator_test.py | 62 def func_dynamic_rnn(x, w, b, seq_length, init_h, init_c): argument
|
| /third_party/mindspore/mindspore/ops/_grad/ |
| D | grad_nn_ops.py | 980 def bprop(x, w, b, seq_length, init_h, init_c, out, dout): argument
|