forked from mindspore-Ecosystem/mindspore
takedown failed testcase rnn forward input
This commit is contained in:
parent
3dc4999b68
commit
ad7c49e2f0
|
@ -88,7 +88,7 @@ class RNNWeightBias():
|
|||
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