vandanavk commented on a change in pull request #12852: [MXNET-879] ONNX 
export: Logical operators
URL: https://github.com/apache/incubator-mxnet/pull/12852#discussion_r227168081
 
 

 ##########
 File path: tests/python-pytest/onnx/export/mxnet_export_test.py
 ##########
 @@ -214,6 +214,80 @@ def test_spacetodepth():
 
     npt.assert_almost_equal(output[0], numpy_op)
 
+@with_seed()
+def test_logical_and():
+    """Test for logical and in onnx operators."""
 
 Review comment:
   @Roshrini as discussed offline, added a helper function to get integer inputs

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