onnxruntime/include/onnxruntime/core
Yulong Wang 257792225f
revert forceinline for MakeString (#21943)
### Description

revert forceinline for MakeString.

This change reverts https://github.com/microsoft/onnxruntime/pull/21893.
The forceinline was introduced for performance considerations, however
it turns out to have some notable binary size increase, which is a
concern for some binary size sensitive platforms like Android.

I made a few tests locally and found it is not related to whether or not
have used the template struct `if_char_array_make_ptr_t` trick. So I
have to revert this back.
2024-09-02 19:01:08 -07:00
..
common revert forceinline for MakeString (#21943) 2024-09-02 19:01:08 -07:00
eager Fix typos - 1st Wave (#21278) 2024-07-11 13:35:08 +08:00
framework Introduce custom external data loader (#21634) 2024-08-27 12:18:52 -07:00
graph [CoreML EP] Fix ArgMaxOpBuilder::AddToModelBuilderImpl() nullptr Node access. (#21797) 2024-08-23 10:19:53 -07:00
optimizer Utilize ext data location to reduce qd matmul memory usage (#21451) 2024-07-30 15:22:46 -07:00
platform Update ruff and clang-format versions (#21479) 2024-07-24 11:50:11 -07:00
providers [TensorRT EP] No workspace size limit to TRT memory pool (#21643) 2024-08-09 17:30:51 -07:00
session Add session and run option workload_type for applications to set efficient mode. (#21781) 2024-08-28 08:17:01 -07:00