[VSINPU]Code improvement && Slice/Dropout OP support #31262
Annotations
3 warnings
onnxruntime/core/providers/vsinpu/vsinpu_util.cc#L427
[cpplint] reported by reviewdog 🐶
You don't need a ; after a } [readability/braces] [4]
Raw Output:
onnxruntime/core/providers/vsinpu/vsinpu_util.cc:427: You don't need a ; after a } [readability/braces] [4]
|
onnxruntime/core/providers/vsinpu/vsinpu_util.cc#L444
[cpplint] reported by reviewdog 🐶
You don't need a ; after a } [readability/braces] [4]
Raw Output:
onnxruntime/core/providers/vsinpu/vsinpu_util.cc:444: You don't need a ; after a } [readability/braces] [4]
|
onnxruntime/test/providers/cpu/tensor/slice_op.test.cc#L521
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/test/providers/cpu/tensor/slice_op.test.cc:521: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
This job succeeded
Loading