!27770 takedown sit_lstm_forward_input

Merge pull request !27770 from yanghaoran/takedown_lstm_forward
This commit is contained in:
i-robot 2021-12-16 06:59:59 +00:00 committed by Gitee
commit 60174d9ae1
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ class LSTMWeightBias():
b_hh_list = ParameterTuple(b_hh_list)
return w_ih_list, w_hh_list, b_ih_list, b_hh_list
@pytest.mark.level0
@pytest.mark.level1
@pytest.mark.platform_arm_ascend_training
@pytest.mark.platform_x86_ascend_training
@pytest.mark.env_onecard