mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
fix comment and casing of telemetry fields for named dimension overrides (#4943)
Co-authored-by: Ori Levari <orlevari@microsoft.com>
This commit is contained in:
parent
dfb9d97ddf
commit
a7ce5b2be1
1 changed files with 3 additions and 3 deletions
|
|
@ -136,8 +136,8 @@ void WinMLTelemetryHelper::SetNamedDimensionOverride(
|
|||
TelemetryPrivacyDataTag(PDT_ProductAndServiceUsage),
|
||||
//Telemetry info
|
||||
TraceLoggingUInt8(WINML_TLM_NAMED_DIMENSION_OVERRIDE_VERSION, "schemaVersion"),
|
||||
// num threads info
|
||||
TraceLoggingWideString(name.c_str(), "dimension name"),
|
||||
TraceLoggingInt32(value, "override value"),
|
||||
// named dimension override info
|
||||
TraceLoggingWideString(name.c_str(), "dimensionName"),
|
||||
TraceLoggingInt32(value, "overrideValue"),
|
||||
TraceLoggingKeyword(MICROSOFT_KEYWORD_MEASURES));
|
||||
}
|
||||
Loading…
Reference in a new issue