Skip to content

Commit

Permalink
add to no_sample wlist
Browse files Browse the repository at this point in the history
  • Loading branch information
chenfeiyu committed Aug 25, 2020
1 parent 565ddb9 commit 9569a55
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion tools/wlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,20 @@
"Callback.on_eval_batch_end",
"Callback.on_test_batch_begin",
"Callback.on_test_batch_end",
"Model.prepare"
"Model.prepare",
"SimpleRNNCell",
"SimpleRNNCell.forward",
"LSTMCell",
"LSTMCell.forward",
"GRUCell",
"GRUCell.forward",
"SimpleRNN",
"GRU",
"LSTM",
"RNN",
"BiRNN",
"RNNCellBase",
"RNNCellBase.get_initial_states"
],
"wlist_no_op_pass":[
"gelu",
Expand Down

0 comments on commit 9569a55

Please sign in to comment.