Qingchao Shen

Results 7 issues of Qingchao Shen

For the LSTM below, when `batch_size != 1` (i.e., the size of first dimension input), compiling will lead to an unexpected crash and throw `Check failed: *axis_ptr == 1 (2...

type: bug
needs-triage

The PyTorch model with `hardswish` operator and input_dtype=float64 crashed when load to relay. ## Actual behavior ``` data types float64 and float32 do not match in BroadcastRel data types float64...

type: bug
needs-triage

### Actual behavior ![image](https://github.com/apache/tvm/assets/29506758/e9782c35-ee51-4783-8528-5315e211f814) What actually happened ### Environment Any environment details, such as: Operating System, TVM version, etc ### Steps to reproduce ``` import tvm import tvm.relay as relay...

type: bug
needs-triage

### OpenVINO Version openvino-nightly 2023.2.0.dev20231101 ### Operating System Ubuntu 18.04 (LTS) ### Device used for inference BATCH ### Framework ONNX ### Model used https://github.com/jikechao/onnx_models/blob/main/SoftmaxCrossEntropyLoss.onnx ### Issue description The given model...

bug
PSE
category: ONNX FE
Stale

### OpenVINO Version openvino-nightly 2023.2.0.dev20231101 ### Operating System Ubuntu 18.04 (LTS) ### Device used for inference CPU ### Framework ONNX ### Model used https://github.com/jikechao/onnx_models/blob/main/RandomUniformLike.onnx ### Issue description For the type...

support_request
category: ONNX FE
Stale

### OpenVINO Version openvino-nightly 2023.2.0.dev20231101 ### Operating System Ubuntu 18.04 (LTS) ### Device used for inference CPU ### Framework ONNX ### Model used https://github.com/jikechao/onnx_models/blob/main/Bernoulli.onnx ### Issue description ![image](https://github.com/openvinotoolkit/openvino/assets/29506758/3c43d73b-9678-4390-acd9-209d6840728d) The conversion...

support_request
category: ONNX FE
Stale

### Actual behavior ```shell ... [09:37:39] /software/tvm/src/runtime/relax_vm/vm.cc:735: pc = 21, execute: vm.builtin.alloc_tensor Segmentation fault (core dumped) ``` ### Steps to reproduce ```python import tvm from tvm import relax import numpy...

type: bug
needs-triage