onnxruntime/include/onnxruntime/core
cloudhan 2cf5d04e3d
Fix clang-tidy(cppcoreguidelines-pro-bounds-array-to-pointer-decay) (#13241)
clang-tidy says "Do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead"

It is a false positive scattering around all our codebase when using
helper macros. It is becuase for function with 4 char name, say `main`,
the type of __FUNCTION__ and __PRETTY_FUNCTION__ is `char [5]`.
2022-10-11 13:16:48 +08:00
..
common Fix clang-tidy(cppcoreguidelines-pro-bounds-array-to-pointer-decay) (#13241) 2022-10-11 13:16:48 +08:00
eager
framework Consolidate enabled/default kernel def type constraints (#13034) 2022-09-27 14:04:15 -07:00
graph Remove miscellaneous nuphar configs (#13070) 2022-09-26 13:41:28 -07:00
optimizer Remove ORT_ENABLE_RUNTIME_OPTIMIZATION_IN_MINIMAL_BUILD. (#10778) 2022-03-08 16:18:49 -08:00
platform Replace to lock_guard as lighter class for locking (#12616) 2022-08-17 11:08:31 -07:00
providers Remove miscellaneous nuphar configs (#13070) 2022-09-26 13:41:28 -07:00
session Deprecate CustomApi and refactor public API for better safety and consistency (#13215) 2022-10-06 14:57:37 -07:00