Fix for issue #4831. The data_min_idx and data_max_idx were flipped. (#5136)
authorshoubhik <shoubhikbhatti@gmail.com>
Tue, 24 Mar 2020 01:33:51 +0000 (18:33 -0700)
committerGitHub <noreply@github.com>
Tue, 24 Mar 2020 01:33:51 +0000 (18:33 -0700)
commit5f0ffe3c3ed849b7470198817d67e51b7ccebdcd
tree99488d03b8e530aa3468a812281b437bc26ec25c
parent25d354218a72c0df6b26796f3574f45b5be99ede
Fix for issue #4831. The data_min_idx and data_max_idx were flipped. (#5136)

Existing test cases cover this fix. In addition I have added an assert to make sure that the data_min is always less than equal to data_max.
python/tvm/relay/frontend/mxnet.py