Some Shape Related Fusions #27142
Annotations
2 warnings
Run reviewdog/action-cpplint@master:
onnxruntime/core/optimizer/shape_input_merge.cc#L45
[cpplint] reported by reviewdog 🐶
Add #include <string> for string [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/optimizer/shape_input_merge.cc:45: Add #include <string> for string [build/include_what_you_use] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/optimizer/shape_input_merge.h#L17
[cpplint] reported by reviewdog 🐶
Constructors callable with one argument should be marked explicit. [runtime/explicit] [5]
Raw Output:
onnxruntime/core/optimizer/shape_input_merge.h:17: Constructors callable with one argument should be marked explicit. [runtime/explicit] [5]
|
Loading