Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/tests/st/ops/ascend/test_acl_ops/
Dtest_dynamic_rnn.py33 def construct(self, x, w, b, init_h, init_c): argument
/third_party/rust/rust/tests/ui/borrowck/
Dborrowck-unused-mut-locals.rs26 fn init_c<'a>(pd: &'a mut B<'a>) -> C<'a> { in init_c() function
/third_party/mindspore/mindspore-src/source/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