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.
2 parents 8dde75c + 4429786 commit bb95759Copy full SHA for bb95759
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