Open
Description
Describe the bug
API-list: bn.nanmedian, bn.nanmean, bn.nanstd, bn.median, bn.ss, bn.nanmin, bn.nanmax.
Python crashed in our fuzzing test of 7 APIs
All tests were run on the latest developing branch.
To Reproduce
To assist in reproducing the bug, please include the following:
- Script
example: python random_shape.py input1 bn.nanmedian - Python3.8 & Ubuntu18.04
- pip 21.2.4
- pip list
Expected behavior
python should not crash
Additional context
input1
input2
input3
input4
input5
input6
input7
Crash information:
median
nanmean
nanmedian
nanmin
nanstd
ss
nanmin and nanmax crashed at the same position.