We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2af4841 commit 4429786Copy full SHA for 4429786
tf2onnx/optimizer/transpose_optimizer.py
@@ -174,6 +174,7 @@ def _initialize_handlers(self):
174
"Cast": self._simple_through_handler,
175
"Clip": self._simple_through_handler,
176
"Concat": self._concat_handler,
177
+ "Elu": self._simple_through_handler,
178
"Identity": self._identity_handler,
179
"LeakyRelu": self._simple_through_handler,
180
"Max": self._maxmin_handler,
0 commit comments