Add model_data_length to LogSessionCreation across all telemetry platforms
Add int64_t model_data_length parameter (default -1) to LogSessionCreation
in the base Telemetry class, WindowsTelemetry override, and all call sites.
- telemetry.h/cc: Add model_data_length as last parameter with default -1
- windows/telemetry.h/cc: Add parameter and TraceLoggingInt64 field to both
SessionCreation and SessionCreation_CaptureState TraceLoggingWrite blocks
- inference_session.h: Add model_data_length_ member (default -1)
- inference_session.cc: Capture model data length in constructors, Load(),
LoadOnnxModel(), and LoadOrtModel() methods; pass to LogSessionCreation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>