Implementation of TreeEnsemble ai.onnx.ml==5 #36738
Annotations
1 error and 10 warnings
Run reviewdog/action-cpplint@master
reviewdog: Too many results (annotations) in diff.
You may miss some annotations due to GitHub limitation for annotation created by logging command.
Please check GitHub Actions log console to see all results.
Limitation:
- 10 warning annotations and 10 error annotations per step
- 50 annotations per job (sum of annotations from all the steps)
- 50 annotations per run (separate from the job annotations, these annotations aren't created by users)
Source: https://github.com/orgs/community/discussions/26680#discussioncomment-3252835
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/cpu/ml/tree_ensemble.cc#L30
[cpplint] reported by reviewdog 🐶
Add #include <memory> for make_unique<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/cpu/ml/tree_ensemble.cc:30: Add #include <memory> for make_unique<> [build/include_what_you_use] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/cpu/ml/tree_ensemble.cc#L37
[cpplint] reported by reviewdog 🐶
Add #include <string> for string [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/cpu/ml/tree_ensemble.cc:37: Add #include <string> for string [build/include_what_you_use] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/cpu/ml/tree_ensemble.h#L5
[cpplint] reported by reviewdog 🐶
Include the directory when naming header files [build/include_subdir] [4]
Raw Output:
onnxruntime/core/providers/cpu/ml/tree_ensemble.h:5: Include the directory when naming header files [build/include_subdir] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/cpu/ml/tree_ensemble.h#L16
[cpplint] reported by reviewdog 🐶
Add #include <string> for string [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/cpu/ml/tree_ensemble.h:16: Add #include <string> for string [build/include_what_you_use] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/cpu/ml/tree_ensemble.h#L22
[cpplint] reported by reviewdog 🐶
Add #include <memory> for unique_ptr<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/cpu/ml/tree_ensemble.h:22: Add #include <memory> for unique_ptr<> [build/include_what_you_use] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/cpu/ml/tree_ensemble_attribute.h#L9
[cpplint] reported by reviewdog 🐶
Include the directory when naming header files [build/include_subdir] [4]
Raw Output:
onnxruntime/core/providers/cpu/ml/tree_ensemble_attribute.h:9: Include the directory when naming header files [build/include_subdir] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/cpu/ml/tree_ensemble_attribute.h#L10
[cpplint] reported by reviewdog 🐶
Include the directory when naming header files [build/include_subdir] [4]
Raw Output:
onnxruntime/core/providers/cpu/ml/tree_ensemble_attribute.h:10: Include the directory when naming header files [build/include_subdir] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/cpu/ml/tree_ensemble_attribute.h#L11
[cpplint] reported by reviewdog 🐶
Found C++ system header after other header. Should be: tree_ensemble_attribute.h, c system, c++ system, other. [build/include_order] [4]
Raw Output:
onnxruntime/core/providers/cpu/ml/tree_ensemble_attribute.h:11: Found C++ system header after other header. Should be: tree_ensemble_attribute.h, c system, c++ system, other. [build/include_order] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/cpu/ml/tree_ensemble_attribute.h#L113
[cpplint] reported by reviewdog 🐶
Single-parameter constructors should be marked explicit. [runtime/explicit] [4]
Raw Output:
onnxruntime/core/providers/cpu/ml/tree_ensemble_attribute.h:113: Single-parameter constructors should be marked explicit. [runtime/explicit] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/cpu/ml/tree_ensemble_attribute.h#L80
[cpplint] reported by reviewdog 🐶
Add #include <limits> for numeric_limits<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/cpu/ml/tree_ensemble_attribute.h:80: Add #include <limits> for numeric_limits<> [build/include_what_you_use] [4]
|
Loading