onnxruntime/onnxruntime
Maximilian Müller d8d8349a1b
fix: add missing nullptr of SessionOptions V2 (#16794)
/builds/devtechproviz/dl/ort-builder/onnxruntime/onnxruntime/python/onnxruntime_pybind_state.cc:388:14:
error: missing initializer for member
'OrtTensorRTProviderOptionsV2::trt_cuda_graph_enable'
[-Werror=missing-field-initializers]
  388 |             0};
      |

### Description
<!-- Describe your changes. -->



### 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. -->
2023-07-24 15:17:11 -07:00
..
contrib_ops [ROCm] Generalize FastGeLU (#16623) 2023-07-18 11:23:12 +08:00
core [WebNN EP] Support Greater and Less ops (#16782) 2023-07-24 09:08:53 -07:00
python fix: add missing nullptr of SessionOptions V2 (#16794) 2023-07-24 15:17:11 -07:00
test Bug fix for nested control flow ops for TRT EP (#16343) 2023-07-23 16:16:17 -07:00
tool/etw Run clang-format in CI (#15524) 2023-04-18 09:26:58 -07:00
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 Run clang-format in CI (#15524) 2023-04-18 09:26:58 -07:00
ReformatSourcePython.bat
VSCodeCoverage.runsettings