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

 ##########
 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:
   there doesn't seem to be a test_Elu in the standard onnx test list. And 
test_Elu is not calling the import function _elu(). changed this test to 
test_elu in implemented_operators_test list

----------------------------------------------------------------
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