Add numeric_limits for MLFloat16 and BFloat16 #34353
Annotations
2 warnings
Run reviewdog/action-cpplint@master:
include/onnxruntime/core/framework/float16.h#L335
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
include/onnxruntime/core/framework/float16.h:335: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Run reviewdog/action-cpplint@master:
include/onnxruntime/core/framework/float16.h#L372
[cpplint] reported by reviewdog 🐶
Add #include <limits> for numeric_limits<> [build/include_what_you_use] [4]
Raw Output:
include/onnxruntime/core/framework/float16.h:372: Add #include <limits> for numeric_limits<> [build/include_what_you_use] [4]
|
Loading