Open
Description
New Operator
Describe the operator
Fast LSTM implementation backed by cuDNN
It seems that CuDNNLSTM is still not supported by ONNX, as I am getting the following error message while converting from Tensorflow to ONNX using tf2onnx:
File "tf2onnx/utils.py", line 303, in make_sure
raise ValueError("make_sure failure: " + error_msg % args)
ValueError: make_sure failure: rnn mode other than gru are not supported yet
Is this operator going to be added any time soon in future releases?
A speed up to 10x could be achieved by using this operator.