Fix to simply pass the tensor when available #889
+3
−2
GitHub Actions / cpplint
completed
Jan 5, 2026 in 1s
reviewdog [cpplint] report
reported by reviewdog 🐶
Findings (2)
onnxruntime/core/providers/openvino/onnx_ctx_model_helper.h|20| You don't need a ; after a } [readability/braces] [4]
onnxruntime/core/providers/openvino/onnx_ctx_model_helper.h|19| Add #include for move [build/include_what_you_use] [4]
Filtered Findings (0)
Annotations
Check notice on line 20 in onnxruntime/core/providers/openvino/onnx_ctx_model_helper.h
github-actions / cpplint
[cpplint] onnxruntime/core/providers/openvino/onnx_ctx_model_helper.h#L20
You don't need a ; after a } [readability/braces] [4]
Raw output
onnxruntime/core/providers/openvino/onnx_ctx_model_helper.h:20: You don't need a ; after a } [readability/braces] [4]
Check notice on line 19 in onnxruntime/core/providers/openvino/onnx_ctx_model_helper.h
github-actions / cpplint
[cpplint] onnxruntime/core/providers/openvino/onnx_ctx_model_helper.h#L19
Add #include <utility> for move [build/include_what_you_use] [4]
Raw output
onnxruntime/core/providers/openvino/onnx_ctx_model_helper.h:19: Add #include <utility> for move [build/include_what_you_use] [4]
Loading