Add debugging helper to dump string, vector and thread id #31250
Annotations
4 warnings
onnxruntime/contrib_ops/cpu/utils/dump_tensor.cc#L6
[cpplint] reported by reviewdog 🐶
<mutex> is an unapproved C++11 header. [build/c++11] [5]
Raw Output:
onnxruntime/contrib_ops/cpu/utils/dump_tensor.cc:6: <mutex> is an unapproved C++11 header. [build/c++11] [5]
|
onnxruntime/contrib_ops/cpu/utils/dump_tensor.cc#L7
[cpplint] reported by reviewdog 🐶
<thread> is an unapproved C++11 header. [build/c++11] [5]
Raw Output:
onnxruntime/contrib_ops/cpu/utils/dump_tensor.cc:7: <thread> is an unapproved C++11 header. [build/c++11] [5]
|
onnxruntime/contrib_ops/cpu/utils/dump_tensor.h#L43
[cpplint] reported by reviewdog 🐶
Add #include <algorithm> for min [build/include_what_you_use] [4]
Raw Output:
onnxruntime/contrib_ops/cpu/utils/dump_tensor.h:43: Add #include <algorithm> for min [build/include_what_you_use] [4]
|
onnxruntime/contrib_ops/cuda/utils/dump_cuda_tensor.h#L50
[cpplint] reported by reviewdog 🐶
Add #include <string> for string [build/include_what_you_use] [4]
Raw Output:
onnxruntime/contrib_ops/cuda/utils/dump_cuda_tensor.h:50: Add #include <string> for string [build/include_what_you_use] [4]
|
This job succeeded
Loading