mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-24 02:14:17 +00:00
no rnn support in onnx
This commit is contained in:
parent
07e643431c
commit
9aaa7edd74
1 changed files with 1 additions and 0 deletions
|
|
@ -117,6 +117,7 @@ backend_test.exclude('test_quantizelinear_*')
|
|||
backend_test.exclude('test_gru_*')
|
||||
backend_test.exclude('test_rnn_*')
|
||||
backend_test.exclude('test_lstm_*')
|
||||
backend_test.exclude('test_simple_rnn_*')
|
||||
|
||||
# no control flow
|
||||
backend_test.exclude('test_if_*')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue