NHWC DepthToSpace U8 and its transformation #39258
Annotations
4 warnings
Run reviewdog/action-cpplint@master:
onnxruntime/core/graph/contrib_ops/contrib_defs.cc#L3737
[cpplint] reported by reviewdog 🐶
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
Raw Output:
onnxruntime/core/graph/contrib_ops/contrib_defs.cc:3737: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/graph/contrib_ops/contrib_defs.cc#L3706
[cpplint] reported by reviewdog 🐶
Add #include <string> for string [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/graph/contrib_ops/contrib_defs.cc:3706: Add #include <string> for string [build/include_what_you_use] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/cpu/tensor/space_depth_ops.cc#L70
[cpplint] reported by reviewdog 🐶
Namespace should be terminated with "// namespace contrib" [readability/namespace] [5]
Raw Output:
onnxruntime/core/providers/cpu/tensor/space_depth_ops.cc:70: Namespace should be terminated with "// namespace contrib" [readability/namespace] [5]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/cpu/tensor/space_depth_ops.cc#L199
[cpplint] reported by reviewdog 🐶
Add #include <vector> for vector<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/cpu/tensor/space_depth_ops.cc:199: Add #include <vector> for vector<> [build/include_what_you_use] [4]
|
Loading