Skip to content

add command line parameter in perf test for using remote tensors #1332

add command line parameter in perf test for using remote tensors

add command line parameter in perf test for using remote tensors #1332

Triggered via push August 29, 2024 10:37
Status Success
Total duration 25s
Artifacts
Validation
17s
Validation
Fit to window
Zoom out
Zoom in

Annotations

1 warning and 9 notices
Validation
This job uses deprecated functionality from the 'gradle/wrapper-validation-action' action. Consult the logs for more details.
[cpplint] onnxruntime/core/providers/openvino/backends/basic_backend.cc#L300: onnxruntime/core/providers/openvino/backends/basic_backend.cc#L300
Using C-style cast. Use reinterpret_cast<void*>(...) instead [readability/casting] [4]
[cpplint] onnxruntime/core/providers/openvino/backends/basic_backend.cc#L366: onnxruntime/core/providers/openvino/backends/basic_backend.cc#L366
Using C-style cast. Use reinterpret_cast<void*>(...) instead [readability/casting] [4]
[cpplint] onnxruntime/core/providers/openvino/ov_allocator.cc#L11: onnxruntime/core/providers/openvino/ov_allocator.cc#L11
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
[cpplint] onnxruntime/core/providers/openvino/ov_allocator.cc#L19: onnxruntime/core/providers/openvino/ov_allocator.cc#L19
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] onnxruntime/core/providers/openvino/ov_allocator.cc#L38: onnxruntime/core/providers/openvino/ov_allocator.cc#L38
Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
[cpplint] onnxruntime/core/providers/openvino/ov_allocator.cc#L50: onnxruntime/core/providers/openvino/ov_allocator.cc#L50
Add #include <string> for string [build/include_what_you_use] [4]