forked from mindspore-Ecosystem/mindspore
takedown sit_lstm_forward_input
This commit is contained in:
parent
67fc03f623
commit
3255d44eca
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue