Add MaxPool FP16 in XnnPack EP #34553
Annotations
9 warnings
onnxruntime/core/providers/xnnpack/nn/max_pool.cc#L200
[cpplint] reported by reviewdog 🐶
Missing space before ( in if( [whitespace/parens] [5]
Raw Output:
onnxruntime/core/providers/xnnpack/nn/max_pool.cc:200: Missing space before ( in if( [whitespace/parens] [5]
|
onnxruntime/core/providers/xnnpack/nn/max_pool.cc#L200
[cpplint] reported by reviewdog 🐶
Missing space before { [whitespace/braces] [5]
Raw Output:
onnxruntime/core/providers/xnnpack/nn/max_pool.cc:200: Missing space before { [whitespace/braces] [5]
|
onnxruntime/core/providers/xnnpack/xnnpack_execution_provider.cc#L83
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/core/providers/xnnpack/xnnpack_execution_provider.cc:83: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
onnxruntime/core/providers/xnnpack/xnnpack_execution_provider.cc#L84
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/core/providers/xnnpack/xnnpack_execution_provider.cc:84: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
onnxruntime/core/providers/xnnpack/xnnpack_execution_provider.cc#L85
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/core/providers/xnnpack/xnnpack_execution_provider.cc:85: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
onnxruntime/core/providers/xnnpack/xnnpack_init.h#L51
[cpplint] reported by reviewdog 🐶
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
Raw Output:
onnxruntime/core/providers/xnnpack/xnnpack_init.h:51: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
|
onnxruntime/core/providers/xnnpack/xnnpack_init.h#L58
[cpplint] reported by reviewdog 🐶
At least two spaces is best between code and comments [whitespace/comments] [2]
Raw Output:
onnxruntime/core/providers/xnnpack/xnnpack_init.h:58: At least two spaces is best between code and comments [whitespace/comments] [2]
|
onnxruntime/core/providers/xnnpack/xnnpack_init.h#L59
[cpplint] reported by reviewdog 🐶
At least two spaces is best between code and comments [whitespace/comments] [2]
Raw Output:
onnxruntime/core/providers/xnnpack/xnnpack_init.h:59: At least two spaces is best between code and comments [whitespace/comments] [2]
|
onnxruntime/core/providers/xnnpack/xnnpack_init.h#L60
[cpplint] reported by reviewdog 🐶
At least two spaces is best between code and comments [whitespace/comments] [2]
Raw Output:
onnxruntime/core/providers/xnnpack/xnnpack_init.h:60: At least two spaces is best between code and comments [whitespace/comments] [2]
|
This job succeeded
Loading