anirudhacharya commented on a change in pull request #13654: ONNX 
import/export: Add missing tests
URL: https://github.com/apache/incubator-mxnet/pull/13654#discussion_r242285328
 
 

 ##########
 File path: tests/python-pytest/onnx/import/test_cases.py
 ##########
 @@ -81,26 +79,27 @@
     'test_cast',
     'test_instancenorm',
     #pytorch operator tests
-    'test_operator_exp',
+    'test_exp',
     'test_operator_maxpool',
     'test_operator_params',
     'test_operator_permute2',
     'test_depthtospace',
-    'test_size'
+    'test_size',
+    'test_log',
+    'test_gather',
+    'test_dropout',
+    'test_leakyrelu',
+    'test_elu'
     ]
 
 BASIC_MODEL_TESTS = [
     'test_AvgPool2D',
     'test_BatchNorm',
     'test_ConstantPad2d'
     'test_Conv2d',
-    'test_ELU',
 
 Review comment:
   it is a model test not an operator test. can the model tests please be 
reverified?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to