onnxruntime/onnxruntime/lora
Dmitri Smirnov f1f3d94e2d
Accomodate BE platforms. Make sure we always write flatbuffers LE (#22375)
### Description
<!-- Describe your changes. -->
flatbuffers always write data in LE and it is automatically traslated
to/from BE as needed,
but only if we use proper accessors. This would work for shape.
However, we store parameters as bytes, so we need to swap bytes as
needed for BE.

### Motivation and Context
Address https://github.com/microsoft/onnxruntime/issues/22364
2024-10-11 09:14:44 -07:00
..
adapter_format
adapter_format_utils.cc Accomodate BE platforms. Make sure we always write flatbuffers LE (#22375) 2024-10-11 09:14:44 -07:00
adapter_format_utils.h
adapter_format_version.h