[Experimental] Add a path to fallback more nodes to CPUs. #27025
Annotations
8 warnings
Run reviewdog/action-cpplint@master:
onnxruntime/core/framework/fallback_cpu_capability.cc#L8
[cpplint] reported by reviewdog 🐶
Found C++ system header after other header. Should be: fallback_cpu_capability.h, c system, c++ system, other. [build/include_order] [4]
Raw Output:
onnxruntime/core/framework/fallback_cpu_capability.cc:8: Found C++ system header after other header. Should be: fallback_cpu_capability.h, c system, c++ system, other. [build/include_order] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/framework/fallback_cpu_capability.cc#L9
[cpplint] reported by reviewdog 🐶
Found C++ system header after other header. Should be: fallback_cpu_capability.h, c system, c++ system, other. [build/include_order] [4]
Raw Output:
onnxruntime/core/framework/fallback_cpu_capability.cc:9: Found C++ system header after other header. Should be: fallback_cpu_capability.h, c system, c++ system, other. [build/include_order] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/framework/fallback_cpu_capability.cc#L11
[cpplint] reported by reviewdog 🐶
Found C++ system header after other header. Should be: fallback_cpu_capability.h, c system, c++ system, other. [build/include_order] [4]
Raw Output:
onnxruntime/core/framework/fallback_cpu_capability.cc:11: Found C++ system header after other header. Should be: fallback_cpu_capability.h, c system, c++ system, other. [build/include_order] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/framework/fallback_cpu_capability.cc#L122
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/core/framework/fallback_cpu_capability.cc:122: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/framework/fallback_cpu_capability.cc#L130
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/core/framework/fallback_cpu_capability.cc:130: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/framework/fallback_cpu_capability.cc#L134
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/core/framework/fallback_cpu_capability.cc:134: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/framework/fallback_cpu_capability.cc#L144
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/core/framework/fallback_cpu_capability.cc:144: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/framework/fallback_cpu_capability.cc#L56
[cpplint] reported by reviewdog 🐶
Add #include <string> for string [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/framework/fallback_cpu_capability.cc:56: Add #include <string> for string [build/include_what_you_use] [4]
|
Loading