onnx-tensorrt
onnx-tensorrt copied to clipboard
about gru support
hi,i have a question: does onnx-tensorrt support 'gru' operation?
details:now i has a network which has 'gru' operation ,when i use onnx2trt to convert onnx model to trt model,i tell me:
_importer_ctx.tensors().at(output.name()).is_tensor()
so i double that this version can't support 'gru' operation.
thanks!
What TensorRT version are you using? There is an operators.md file in each branch (or docs/operators.md) on master that lists the current onnx-tensorrt supported operators list.
_importer_ctx.tensors().at(output.name()).is_tensor() looks like an error not necessarily related to a particular operator, are you able to share your model?
@kevinch-nv can you support an sample for RNN convertion? Thanks