Enablement of onnxruntime for AIX and fixing issues related to big-endian platform. #31129
Annotations
2 warnings
onnxruntime/core/framework/tensorprotoutils.h#L45
[cpplint] reported by reviewdog 🐶
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
Raw Output:
onnxruntime/core/framework/tensorprotoutils.h:45: Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
onnxruntime/test/onnx/main.cc#L12
[cpplint] reported by reviewdog 🐶
<thread> is an unapproved C++11 header. [build/c++11] [5]
Raw Output:
onnxruntime/test/onnx/main.cc:12: <thread> is an unapproved C++11 header. [build/c++11] [5]
|
This job succeeded
Loading