Skip to content

Fix to simply pass the tensor when available

b579c0a
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

Fix to simply pass the tensor when available #889

Fix to simply pass the tensor when available
b579c0a
Select commit
Loading
Failed to load commit list.
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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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]