Skip to content

Commit 4429786

Browse files
committed
make transpose optimizer aware of Elu
1 parent 2af4841 commit 4429786

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tf2onnx/optimizer/transpose_optimizer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ def _initialize_handlers(self):
174174
"Cast": self._simple_through_handler,
175175
"Clip": self._simple_through_handler,
176176
"Concat": self._concat_handler,
177+
"Elu": self._simple_through_handler,
177178
"Identity": self._identity_handler,
178179
"LeakyRelu": self._simple_through_handler,
179180
"Max": self._maxmin_handler,

0 commit comments

Comments
 (0)