chengven027

Results 4 issues of chengven027

test case: ``` def test_scatternd(): def before(): data = relay.const(np.zeros((1, 900, 300), dtype="float32"), dtype="float32") indices = relay.const(np.ones((3, 1, 900, 300), dtype="int64"), dtype="int64") update = relay.const(np.ones((1, 900, 300), dtype="float32"), dtype="float32") b...

hi, cc @AndrewZhaoLuo When I import my onnx model. I found my model get a error with pad. because the `pad` constant value is none. shown as follow: It`s just...

Dear ONNX team: Recently encountered a special case that caused the `resize` op calculation error. # Bug Report My model is: ``` def verify(ishape, oshape, scales, mode, coord_trans="asymmetric", alpha=0.5, exclude=False):...

bug
runtime

Hi, tvm: This PR fixes a bug related to different opsets in the clip and unsqueeze operations. My model's opset default version is 10, and there is no implementation for...