From 9569a55a5955ee6f10df63144001aee310e7efd6 Mon Sep 17 00:00:00 2001 From: chenfeiyu Date: Tue, 25 Aug 2020 10:43:38 +0800 Subject: [PATCH] add to no_sample wlist --- tools/wlist.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/tools/wlist.json b/tools/wlist.json index 6a0360fbcd9d0..64949d7a28cc5 100644 --- a/tools/wlist.json +++ b/tools/wlist.json @@ -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",