Regarding copy inputs before inference, flush the stream which copies the input only if the input is consumed by the ops from different streams #27455
Annotations
4 warnings
Run reviewdog/action-cpplint@master:
onnxruntime/core/framework/feeds_fetches_manager.h#L28
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/core/framework/feeds_fetches_manager.h:28: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/framework/sequential_execution_plan.h#L207
[cpplint] reported by reviewdog 🐶
At least two spaces is best between code and comments [whitespace/comments] [2]
Raw Output:
onnxruntime/core/framework/sequential_execution_plan.h:207: At least two spaces is best between code and comments [whitespace/comments] [2]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/framework/session_state.h#L262
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/core/framework/session_state.h:262: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/framework/utils.cc#L274
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/core/framework/utils.cc:274: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Loading