Skip to content

Commit fa9132f

Browse files
committed
add link to support status
1 parent e4226a6 commit fa9132f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ A list of models that we use for testing can be found [here](tests/run_pretraine
1717
Supported RNN classes and APIs: LSTMCell, BasicLSTMCell, GRUCell, GRUBlockCell, MultiRNNCell, and user defined RNN cells inheriting rnn_cell_impl.RNNCell, used along with DropoutWrapper, BahdanauAttention, AttentionWrapper.
1818
Check [tips](examples/rnn_tips.md) when converting RNN models.
1919

20+
You find a list of supported Tensorflow ops and their mapping to ONNX [here](support_status.md).
21+
2022
Tensorflow has broad functionality and occacional mapping it to ONNX creates issues.
2123
The common issues we run into we try to document here [Troubleshooting Guide](Troubleshooting.md).
2224

0 commit comments

Comments
 (0)