Home
last modified time | relevance | path

Searched defs:init_c (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/nn/layer/
Dlstm.py212 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/
Dtbe_json_creator_test.py62 def func_dynamic_rnn(x, w, b, seq_length, init_h, init_c): argument
/third_party/mindspore/mindspore/ops/_grad/
Dgrad_nn_ops.py980 def bprop(x, w, b, seq_length, init_h, init_c, out, dout): argument