You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/10/17 23:50:01 UTC

[GitHub] Roshrini commented on a change in pull request #12852: [MXNET-879] ONNX export: Logical operators

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

 ##########
 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:
   Can we have common method get_input() for getting input arrays which we can use in all functions?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services