Skip to content

postpone kernel creation #22201

postpone kernel creation

postpone kernel creation #22201

Triggered via push October 27, 2023 23:33
Status Success
Total duration 29s
Artifacts
Validation
19s
Validation
Fit to window
Zoom out
Zoom in

Annotations

189 warnings
[cpplint] include/onnxruntime/core/framework/allocator.h#L11: include/onnxruntime/core/framework/allocator.h#L11
Found C++ system header after other header. Should be: allocator.h, c system, c++ system, other. [build/include_order] [4]
[cpplint] include/onnxruntime/core/framework/allocator.h#L12: include/onnxruntime/core/framework/allocator.h#L12
Found C++ system header after other header. Should be: allocator.h, c system, c++ system, other. [build/include_order] [4]
[cpplint] include/onnxruntime/core/framework/node_compute_info.h#L17: include/onnxruntime/core/framework/node_compute_info.h#L17
Namespace should be terminated with "// namespace onnxruntime" [readability/namespace] [5]
[cpplint] include/onnxruntime/core/framework/op_kernel_context.h#L49: include/onnxruntime/core/framework/op_kernel_context.h#L49
Should have a space between // and comment [whitespace/comments] [4]
[cpplint] include/onnxruntime/core/session/environment.h#L18: include/onnxruntime/core/session/environment.h#L18
Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
[cpplint] include/onnxruntime/core/session/environment.h#L20: include/onnxruntime/core/session/environment.h#L20
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] include/onnxruntime/core/session/environment.h#L27: include/onnxruntime/core/session/environment.h#L27
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] include/onnxruntime/core/session/environment.h#L113: include/onnxruntime/core/session/environment.h#L113
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] include/onnxruntime/core/session/environment.h#L126: include/onnxruntime/core/session/environment.h#L126
Add #include <string> for string [build/include_what_you_use] [4]
[cpplint] include/onnxruntime/core/session/environment.h#L126: include/onnxruntime/core/session/environment.h#L126
Add #include <unordered_map> for unordered_map<> [build/include_what_you_use] [4]
[cpplint] include/onnxruntime/core/session/onnxruntime_c_api.h#L4516: include/onnxruntime/core/session/onnxruntime_c_api.h#L4516
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] include/onnxruntime/core/session/onnxruntime_c_api.h#L4518: include/onnxruntime/core/session/onnxruntime_c_api.h#L4518
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] include/onnxruntime/interface/common/data_types.h#L25: include/onnxruntime/interface/common/data_types.h#L25
Namespace should be terminated with "// namespace interface" [readability/namespace] [5]
[cpplint] include/onnxruntime/interface/common/data_types.h#L27: include/onnxruntime/interface/common/data_types.h#L27
Could not find a newline character at the end of the file. [whitespace/ending_newline] [5]
[cpplint] include/onnxruntime/interface/framework/Tensor.h#L12: include/onnxruntime/interface/framework/Tensor.h#L12
Could not find a newline character at the end of the file. [whitespace/ending_newline] [5]
[cpplint] include/onnxruntime/interface/framework/kernel.h#L32: include/onnxruntime/interface/framework/kernel.h#L32
Should have a space between // and comment [whitespace/comments] [4]
[cpplint] include/onnxruntime/interface/framework/kernel.h#L33: include/onnxruntime/interface/framework/kernel.h#L33
Constructors callable with one argument should be marked explicit. [runtime/explicit] [5]
[cpplint] include/onnxruntime/interface/framework/kernel.h#L93: include/onnxruntime/interface/framework/kernel.h#L93
Zero-parameter constructors should not be marked explicit. [runtime/explicit] [5]
[cpplint] include/onnxruntime/interface/framework/kernel.h#L128: include/onnxruntime/interface/framework/kernel.h#L128
Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
[cpplint] include/onnxruntime/interface/framework/kernel.h#L164: include/onnxruntime/interface/framework/kernel.h#L164
Zero-parameter constructors should not be marked explicit. [runtime/explicit] [5]
[cpplint] include/onnxruntime/interface/framework/kernel.h#L178: include/onnxruntime/interface/framework/kernel.h#L178
Should have a space between // and comment [whitespace/comments] [4]
[cpplint] include/onnxruntime/interface/framework/kernel.h#L214: include/onnxruntime/interface/framework/kernel.h#L214
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] include/onnxruntime/interface/framework/kernel.h#L222: include/onnxruntime/interface/framework/kernel.h#L222
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] include/onnxruntime/interface/framework/kernel.h#L28: include/onnxruntime/interface/framework/kernel.h#L28
Add #include <vector> for vector<> [build/include_what_you_use] [4]
[cpplint] include/onnxruntime/interface/framework/kernel.h#L39: include/onnxruntime/interface/framework/kernel.h#L39
Add #include <functional> for multiplies<> [build/include_what_you_use] [4]
[cpplint] include/onnxruntime/interface/framework/kernel.h#L119: include/onnxruntime/interface/framework/kernel.h#L119
Add #include <tuple> for tuple<> [build/include_what_you_use] [4]
[cpplint] include/onnxruntime/interface/framework/kernel.h#L201: include/onnxruntime/interface/framework/kernel.h#L201
Add #include <memory> for unique_ptr<> [build/include_what_you_use] [4]
[cpplint] include/onnxruntime/interface/framework/kernel.h#L227: include/onnxruntime/interface/framework/kernel.h#L227
Could not find a newline character at the end of the file. [whitespace/ending_newline] [5]
[cpplint] include/onnxruntime/interface/graph/graph.h#L63: include/onnxruntime/interface/graph/graph.h#L63
You don't need a ; after a } [readability/braces] [4]
[cpplint] include/onnxruntime/interface/graph/graph.h#L68: include/onnxruntime/interface/graph/graph.h#L68
Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
[cpplint] include/onnxruntime/interface/graph/graph.h#L80: include/onnxruntime/interface/graph/graph.h#L80
You don't need a ; after a } [readability/braces] [4]
[cpplint] include/onnxruntime/interface/graph/graph.h#L146: include/onnxruntime/interface/graph/graph.h#L146
You don't need a ; after a } [readability/braces] [4]
[cpplint] include/onnxruntime/interface/graph/graph.h#L175: include/onnxruntime/interface/graph/graph.h#L175
You don't need a ; after a } [readability/braces] [4]
[cpplint] include/onnxruntime/interface/graph/graph.h#L177: include/onnxruntime/interface/graph/graph.h#L177
Namespace should be terminated with "// namespace interface" [readability/namespace] [5]
[cpplint] include/onnxruntime/interface/graph/graph.h#L179: include/onnxruntime/interface/graph/graph.h#L179
Namespace should be terminated with "// namespace onnxruntime" [readability/namespace] [5]
[cpplint] include/onnxruntime/interface/provider/provider.h#L15: include/onnxruntime/interface/provider/provider.h#L15
Found C++ system header after other header. Should be: provider.h, c system, c++ system, other. [build/include_order] [4]
[cpplint] include/onnxruntime/interface/provider/provider.h#L33: include/onnxruntime/interface/provider/provider.h#L33
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] include/onnxruntime/interface/provider/provider.h#L34: include/onnxruntime/interface/provider/provider.h#L34
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] include/onnxruntime/interface/provider/provider.h#L43: include/onnxruntime/interface/provider/provider.h#L43
Do not indent within a namespace [runtime/indentation_namespace] [4]
[cpplint] include/onnxruntime/interface/provider/provider.h#L58: include/onnxruntime/interface/provider/provider.h#L58
private: should be indented +1 space inside struct SubGraphDef [whitespace/indent] [3]
[cpplint] include/onnxruntime/interface/provider/provider.h#L63: include/onnxruntime/interface/provider/provider.h#L63
Do not indent within a namespace [runtime/indentation_namespace] [4]
[cpplint] include/onnxruntime/interface/provider/provider.h#L64: include/onnxruntime/interface/provider/provider.h#L64
public: should be indented +1 space inside class ExecutionProvider [whitespace/indent] [3]
[cpplint] include/onnxruntime/interface/provider/provider.h#L69: include/onnxruntime/interface/provider/provider.h#L69
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] include/onnxruntime/interface/provider/provider.h#L69: include/onnxruntime/interface/provider/provider.h#L69
Should have a space between // and comment [whitespace/comments] [4]
[cpplint] include/onnxruntime/interface/provider/provider.h#L79: include/onnxruntime/interface/provider/provider.h#L79
Should have a space between // and comment [whitespace/comments] [4]
[cpplint] include/onnxruntime/interface/provider/provider.h#L82: include/onnxruntime/interface/provider/provider.h#L82
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] include/onnxruntime/interface/provider/provider.h#L83: include/onnxruntime/interface/provider/provider.h#L83
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] include/onnxruntime/interface/provider/provider.h#L88: include/onnxruntime/interface/provider/provider.h#L88
protected: should be indented +1 space inside class ExecutionProvider [whitespace/indent] [3]
[cpplint] include/onnxruntime/interface/provider/provider.h#L94: include/onnxruntime/interface/provider/provider.h#L94
Namespace should be terminated with "// namespace interface" [readability/namespace] [5]
[cpplint] include/onnxruntime/interface/provider/provider.h#L96: include/onnxruntime/interface/provider/provider.h#L96
Namespace should be terminated with "// namespace onnxruntime" [readability/namespace] [5]
[cpplint] include/onnxruntime/interface/provider/provider.h#L81: include/onnxruntime/interface/provider/provider.h#L81
Add #include <map> for map<> [build/include_what_you_use] [4]
[cpplint] include/onnxruntime/interface/provider/provider.h#L90: include/onnxruntime/interface/provider/provider.h#L90
Add #include <memory> for unique_ptr<> [build/include_what_you_use] [4]
[cpplint] include/onnxruntime/interface/provider/provider.h#L90: include/onnxruntime/interface/provider/provider.h#L90
Add #include <vector> for vector<> [build/include_what_you_use] [4]
[cpplint] include/onnxruntime/interface/provider/provider.h#L91: include/onnxruntime/interface/provider/provider.h#L91
Add #include <string> for string [build/include_what_you_use] [4]
[cpplint] onnxruntime/core/framework/kernel_registry.cc#L46: onnxruntime/core/framework/kernel_registry.cc#L46
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
[cpplint] onnxruntime/core/framework/kernel_registry.cc#L47: onnxruntime/core/framework/kernel_registry.cc#L47
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] onnxruntime/core/framework/kernel_registry.cc#L48: onnxruntime/core/framework/kernel_registry.cc#L48
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] onnxruntime/core/framework/kernel_registry.cc#L49: onnxruntime/core/framework/kernel_registry.cc#L49
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] onnxruntime/core/framework/kernel_registry.cc#L110: onnxruntime/core/framework/kernel_registry.cc#L110
An else should appear on the same line as the preceding } [whitespace/newline] [4]
[cpplint] onnxruntime/core/framework/kernel_registry.cc#L110: onnxruntime/core/framework/kernel_registry.cc#L110
If an else has a brace on one side, it should have it on both [readability/braces] [5]
[cpplint] onnxruntime/core/framework/provider_adapter.h#L17: onnxruntime/core/framework/provider_adapter.h#L17
Found C++ system header after other header. Should be: provider_adapter.h, c system, c++ system, other. [build/include_order] [4]
[cpplint] onnxruntime/core/framework/provider_adapter.h#L22: onnxruntime/core/framework/provider_adapter.h#L22
Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
[cpplint] onnxruntime/core/framework/provider_adapter.h#L30: onnxruntime/core/framework/provider_adapter.h#L30
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] onnxruntime/core/framework/provider_adapter.h#L31: onnxruntime/core/framework/provider_adapter.h#L31
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] onnxruntime/core/framework/provider_adapter.h#L112: onnxruntime/core/framework/provider_adapter.h#L112
Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
[cpplint] onnxruntime/core/framework/provider_adapter.h#L181: onnxruntime/core/framework/provider_adapter.h#L181
Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
[cpplint] onnxruntime/core/framework/provider_adapter.h#L187: onnxruntime/core/framework/provider_adapter.h#L187
"virtual" is redundant since function is already declared as "override" [readability/inheritance] [4]
[cpplint] onnxruntime/core/framework/provider_adapter.h#L201: onnxruntime/core/framework/provider_adapter.h#L201
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] onnxruntime/core/framework/provider_adapter.h#L203: onnxruntime/core/framework/provider_adapter.h#L203
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
[cpplint] onnxruntime/core/framework/provider_adapter.h#L204: onnxruntime/core/framework/provider_adapter.h#L204
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] onnxruntime/core/framework/provider_adapter.h#L204: onnxruntime/core/framework/provider_adapter.h#L204
"virtual" is redundant since function is already declared as "override" [readability/inheritance] [4]
[cpplint] onnxruntime/core/framework/provider_adapter.h#L208: onnxruntime/core/framework/provider_adapter.h#L208
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] onnxruntime/core/framework/provider_adapter.h#L214: onnxruntime/core/framework/provider_adapter.h#L214
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] onnxruntime/core/framework/provider_adapter.h#L214: onnxruntime/core/framework/provider_adapter.h#L214
"virtual" is redundant since function is already declared as "override" [readability/inheritance] [4]
[cpplint] onnxruntime/core/framework/provider_adapter.h#L238: onnxruntime/core/framework/provider_adapter.h#L238
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] onnxruntime/core/framework/provider_adapter.h#L238: onnxruntime/core/framework/provider_adapter.h#L238
"virtual" is redundant since function is already declared as "override" [readability/inheritance] [4]
[cpplint] onnxruntime/core/framework/provider_adapter.h#L205: onnxruntime/core/framework/provider_adapter.h#L205
Add #include <map> for map<> [build/include_what_you_use] [4]
[cpplint] onnxruntime/core/framework/provider_adapter.h#L240: onnxruntime/core/framework/provider_adapter.h#L240
Add #include <vector> for vector<> [build/include_what_you_use] [4]
[cpplint] onnxruntime/core/framework/provider_adapter.h#L246: onnxruntime/core/framework/provider_adapter.h#L246
Add #include <utility> for move [build/include_what_you_use] [4]
[cpplint] onnxruntime/core/graph/graph_view_api_impl.cc#L153: onnxruntime/core/graph/graph_view_api_impl.cc#L153
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] onnxruntime/core/graph/graph_view_api_impl.cc#L184: onnxruntime/core/graph/graph_view_api_impl.cc#L184
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] onnxruntime/core/graph/graph_view_api_impl.cc#L201: onnxruntime/core/graph/graph_view_api_impl.cc#L201
Closing ) should be moved to the previous line [whitespace/parens] [2]
[cpplint] onnxruntime/core/graph/graph_view_api_impl.cc#L207: onnxruntime/core/graph/graph_view_api_impl.cc#L207
Namespace should be terminated with "// namespace onnxruntime" [readability/namespace] [5]
[cpplint] onnxruntime/core/graph/graph_view_api_impl.cc#L155: onnxruntime/core/graph/graph_view_api_impl.cc#L155
Add #include <utility> for move [build/include_what_you_use] [4]
[cpplint] onnxruntime/core/graph/graph_view_api_impl.cc#L188: onnxruntime/core/graph/graph_view_api_impl.cc#L188
Add #include <string> for string [build/include_what_you_use] [4]
[cpplint] onnxruntime/core/graph/graph_view_api_impl.cc#L190: onnxruntime/core/graph/graph_view_api_impl.cc#L190
Add #include <memory> for make_unique<> [build/include_what_you_use] [4]
[cpplint] onnxruntime/core/graph/graph_view_api_impl.cc#L200: onnxruntime/core/graph/graph_view_api_impl.cc#L200
Add #include <vector> for vector<> [build/include_what_you_use] [4]
[cpplint] onnxruntime/core/graph/graph_view_api_impl.h#L20: onnxruntime/core/graph/graph_view_api_impl.h#L20
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] onnxruntime/core/graph/graph_view_api_impl.h#L87: onnxruntime/core/graph/graph_view_api_impl.h#L87
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] onnxruntime/core/graph/graph_view_api_impl.h#L100: onnxruntime/core/graph/graph_view_api_impl.h#L100
Namespace should be terminated with "// namespace onnxruntime" [readability/namespace] [5]
[cpplint] onnxruntime/core/graph/graph_view_api_impl.h#L73: onnxruntime/core/graph/graph_view_api_impl.h#L73
Add #include <string> for string [build/include_what_you_use] [4]
[cpplint] onnxruntime/core/graph/graph_view_api_impl.h#L87: onnxruntime/core/graph/graph_view_api_impl.h#L87
Add #include <utility> for move [build/include_what_you_use] [4]
[cpplint] onnxruntime/core/graph/graph_view_api_impl.h#L90: onnxruntime/core/graph/graph_view_api_impl.h#L90
Add #include <vector> for vector<> [build/include_what_you_use] [4]
[cpplint] onnxruntime/core/graph/graph_view_api_impl.h#L92: onnxruntime/core/graph/graph_view_api_impl.h#L92
Add #include <memory> for unique_ptr<> [build/include_what_you_use] [4]
[cpplint] onnxruntime/core/optimizer/transpose_optimization/ort_optimizer_api_impl.h#L18: onnxruntime/core/optimizer/transpose_optimization/ort_optimizer_api_impl.h#L18
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
[cpplint] onnxruntime/core/providers/intree/intree_execution_provider.cc#L39: onnxruntime/core/providers/intree/intree_execution_provider.cc#L39
private: should be indented +1 space inside struct InTreeCPUAllocator [whitespace/indent] [3]
[cpplint] onnxruntime/core/providers/intree/intree_execution_provider.cc#L48: onnxruntime/core/providers/intree/intree_execution_provider.cc#L48
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
[cpplint] onnxruntime/core/providers/intree/intree_execution_provider.cc#L70: onnxruntime/core/providers/intree/intree_execution_provider.cc#L70
Namespace should be terminated with "// namespace onnxruntime" [readability/namespace] [5]
[cpplint] onnxruntime/core/providers/intree/intree_execution_provider.cc#L66: onnxruntime/core/providers/intree/intree_execution_provider.cc#L66
Add #include <unordered_map> for unordered_map<> [build/include_what_you_use] [4]
[cpplint] onnxruntime/core/providers/intree/intree_execution_provider.h#L12: onnxruntime/core/providers/intree/intree_execution_provider.h#L12
public: should be indented +1 space inside class InTreeExecutionProvider [whitespace/indent] [3]
[cpplint] onnxruntime/core/providers/intree/intree_execution_provider.h#L13: onnxruntime/core/providers/intree/intree_execution_provider.h#L13
Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
[cpplint] onnxruntime/core/providers/intree/intree_execution_provider.h#L15: onnxruntime/core/providers/intree/intree_execution_provider.h#L15
private: should be indented +1 space inside class InTreeExecutionProvider [whitespace/indent] [3]
[cpplint] onnxruntime/core/providers/intree/intree_execution_provider.h#L20: onnxruntime/core/providers/intree/intree_execution_provider.h#L20
public: should be indented +1 space inside class InTreeExecutionProviderFactory [whitespace/indent] [3]
[cpplint] onnxruntime/core/providers/intree/intree_execution_provider.h#L26: onnxruntime/core/providers/intree/intree_execution_provider.h#L26
Namespace should be terminated with "// namespace onnxruntime" [readability/namespace] [5]
[cpplint] onnxruntime/core/providers/intree/intree_execution_provider.h#L23: onnxruntime/core/providers/intree/intree_execution_provider.h#L23
Add #include <unordered_map> for unordered_map<> [build/include_what_you_use] [4]
[cpplint] onnxruntime/core/session/abi_session_options_impl.h#L19: onnxruntime/core/session/abi_session_options_impl.h#L19
Add #include <unordered_map> for unordered_map<> [build/include_what_you_use] [4]
[cpplint] onnxruntime/core/session/custom_ops.cc#L683: onnxruntime/core/session/custom_ops.cc#L683
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] onnxruntime/core/session/custom_ops.h#L37: onnxruntime/core/session/custom_ops.h#L37
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] onnxruntime/core/session/custom_ops.h#L37: onnxruntime/core/session/custom_ops.h#L37
Add #include <string> for string [build/include_what_you_use] [4]
[cpplint] onnxruntime/core/session/environment.cc#L63: onnxruntime/core/session/environment.cc#L63
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
[cpplint] onnxruntime/core/session/environment.cc#L75: onnxruntime/core/session/environment.cc#L75
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] onnxruntime/core/session/environment.cc#L78: onnxruntime/core/session/environment.cc#L78
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] onnxruntime/core/session/environment.cc#L78: onnxruntime/core/session/environment.cc#L78
Using C-style cast. Use reinterpret_cast<void**>(...) instead [readability/casting] [4]
[cpplint] onnxruntime/core/session/environment.cc#L96: onnxruntime/core/session/environment.cc#L96
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] onnxruntime/core/session/onnxruntime_c_api.cc#L766: onnxruntime/core/session/onnxruntime_c_api.cc#L766
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] onnxruntime/core/session/onnxruntime_c_api.cc#L766: onnxruntime/core/session/onnxruntime_c_api.cc#L766
Using C-style cast. Use reinterpret_cast<void**>(...) instead [readability/casting] [4]
[cpplint] onnxruntime/core/session/onnxruntime_c_api.cc#L767: onnxruntime/core/session/onnxruntime_c_api.cc#L767
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] onnxruntime/core/session/onnxruntime_c_api.cc#L2369: onnxruntime/core/session/onnxruntime_c_api.cc#L2369
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] onnxruntime/core/session/onnxruntime_c_api.cc#L2370: onnxruntime/core/session/onnxruntime_c_api.cc#L2370
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] onnxruntime/core/session/onnxruntime_c_api.cc#L2387: onnxruntime/core/session/onnxruntime_c_api.cc#L2387
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] onnxruntime/core/session/ort_apis.h#L503: onnxruntime/core/session/ort_apis.h#L503
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] onnxruntime/core/session/ort_apis.h#L504: onnxruntime/core/session/ort_apis.h#L504
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] onnxruntime/core/session/ort_env.cc#L114: onnxruntime/core/session/ort_env.cc#L114
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] onnxruntime/core/session/ort_env.h#L67: onnxruntime/core/session/ort_env.h#L67
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] onnxruntime/python/onnxruntime_pybind_state.cc#L366: onnxruntime/python/onnxruntime_pybind_state.cc#L366
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] onnxruntime/python/onnxruntime_pybind_state.cc#L1129: onnxruntime/python/onnxruntime_pybind_state.cc#L1129
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] onnxruntime/python/onnxruntime_pybind_state.cc#L1133: onnxruntime/python/onnxruntime_pybind_state.cc#L1133
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] samples/c_test/test.cpp#L11: samples/c_test/test.cpp#L11
Should have a space between // and comment [whitespace/comments] [4]
[cpplint] samples/c_test/test.cpp#L15: samples/c_test/test.cpp#L15
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] samples/c_test/test.cpp#L28: samples/c_test/test.cpp#L28
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] samples/c_test/test.cpp#L36: samples/c_test/test.cpp#L36
Using C-style cast. Use reinterpret_cast<void**>(...) instead [readability/casting] [4]
[cpplint] samples/c_test/test.cpp#L37: samples/c_test/test.cpp#L37
Missing spaces around << [whitespace/operators] [3]
[cpplint] samples/c_test/test.cpp#L38: samples/c_test/test.cpp#L38
Missing spaces around << [whitespace/operators] [3]
[cpplint] samples/customEP2/custom_ep2.cc#L4: samples/customEP2/custom_ep2.cc#L4
Include the directory when naming header files [build/include_subdir] [4]
[cpplint] samples/customEP2/custom_ep2.cc#L25: samples/customEP2/custom_ep2.cc#L25
Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
[cpplint] samples/customEP2/custom_ep2.cc#L56: samples/customEP2/custom_ep2.cc#L56
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] samples/customEP2/custom_ep2.cc#L58: samples/customEP2/custom_ep2.cc#L58
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] samples/customEP2/custom_ep2.cc#L74: samples/customEP2/custom_ep2.cc#L74
private: should be indented +1 space inside struct CustomCPUAllocator [whitespace/indent] [3]
[cpplint] samples/customEP2/custom_ep2.cc#L86: samples/customEP2/custom_ep2.cc#L86
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
[cpplint] samples/customEP2/custom_ep2.cc#L90: samples/customEP2/custom_ep2.cc#L90
Missing spaces around << [whitespace/operators] [3]
[cpplint] samples/customEP2/custom_ep2.cc#L95: samples/customEP2/custom_ep2.cc#L95
Missing spaces around << [whitespace/operators] [3]
[cpplint] samples/customEP2/custom_ep2.cc#L96: samples/customEP2/custom_ep2.cc#L96
Should have a space between // and comment [whitespace/comments] [4]
[cpplint] samples/customEP2/custom_ep2.cc#L104: samples/customEP2/custom_ep2.cc#L104
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] samples/customEP2/custom_ep2.cc#L109: samples/customEP2/custom_ep2.cc#L109
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] samples/customEP2/custom_ep2.cc#L110: samples/customEP2/custom_ep2.cc#L110
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] samples/customEP2/custom_ep2.cc#L117: samples/customEP2/custom_ep2.cc#L117
Missing spaces around << [whitespace/operators] [3]
[cpplint] samples/customEP2/custom_ep2.cc#L121: samples/customEP2/custom_ep2.cc#L121
Missing spaces around << [whitespace/operators] [3]
[cpplint] samples/customEP2/custom_ep2.cc#L127: samples/customEP2/custom_ep2.cc#L127
public: should be indented +1 space inside class CustomEP2Factory [whitespace/indent] [3]
[cpplint] samples/customEP2/custom_ep2.cc#L135: samples/customEP2/custom_ep2.cc#L135
Namespace should be terminated with "// namespace onnxruntime" [readability/namespace] [5]
[cpplint] samples/customEP2/custom_ep2.cc#L142: samples/customEP2/custom_ep2.cc#L142
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] samples/customEP2/custom_ep2.cc#L104: samples/customEP2/custom_ep2.cc#L104
Add #include <vector> for vector<> [build/include_what_you_use] [4]
[cpplint] samples/customEP2/custom_ep2.cc#L142: samples/customEP2/custom_ep2.cc#L142
Add #include <string> for string [build/include_what_you_use] [4]
[cpplint] samples/customEP2/custom_ep2.cc#L142: samples/customEP2/custom_ep2.cc#L142
Add #include <unordered_map> for unordered_map<> [build/include_what_you_use] [4]
[cpplint] samples/customEP2/custom_ep2.h#L12: samples/customEP2/custom_ep2.h#L12
public: should be indented +1 space inside class CustomEp2 [whitespace/indent] [3]
[cpplint] samples/customEP2/custom_ep2.h#L13: samples/customEP2/custom_ep2.h#L13
Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
[cpplint] samples/customEP2/custom_ep2.h#L19: samples/customEP2/custom_ep2.h#L19
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] samples/customEP2/custom_ep2.h#L20: samples/customEP2/custom_ep2.h#L20
private: should be indented +1 space inside class CustomEp2 [whitespace/indent] [3]
[cpplint] samples/customEP2/custom_ep2.h#L24: samples/customEP2/custom_ep2.h#L24
Namespace should be terminated with "// namespace onnxruntime" [readability/namespace] [5]
[cpplint] samples/customEP2/custom_ep2.h#L8: samples/customEP2/custom_ep2.h#L8
Add #include <string> for string [build/include_what_you_use] [4]
[cpplint] samples/customEP2/custom_ep2.h#L19: samples/customEP2/custom_ep2.h#L19
Add #include <memory> for unique_ptr<> [build/include_what_you_use] [4]
[cpplint] samples/customEP2/custom_ep2.h#L19: samples/customEP2/custom_ep2.h#L19
Add #include <vector> for vector<> [build/include_what_you_use] [4]