onnxruntime/onnxruntime
BoarQing e951f837e4
[VITISAI] fix out of bound error on graph with loop (#17065)
### Description
<!-- Describe your changes. -->
Check the bound of the node_get_inputs for out of bound error.


### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
Model with loop would encounter this error. Currrent we do not support
custom op for loop. So, ideally it would throw an error and fall back to
CPU evalution.
2023-08-09 18:38:30 -07:00
..
contrib_ops [CUDA][ROCm] Allow allocating ScratchBuffer from TuningContext (#17028) 2023-08-10 00:05:10 +08:00
core [VITISAI] fix out of bound error on graph with loop (#17065) 2023-08-09 18:38:30 -07:00
python Openvino ep ort 5.1 (#17042) 2023-08-09 11:50:10 -07:00
test [QNN EP] Enable DepthToSpace & SpaceToDepth Ops (#17038) 2023-08-09 16:52:15 -07:00
tool/etw
wasm [js/web] enable ONNX Runtime Web error messages in JS (#16335) 2023-06-15 09:45:41 -07:00
__init__.py ExecutionProvider API refactor - move allocator from EP level to SessionState level and indexed by OrtDevice (#15833) 2023-06-19 17:44:45 -07:00
ReformatSource.ps1
ReformatSourcePython.bat
VSCodeCoverage.runsettings