1 write to Value
Microsoft.ML.Core (1)
Utilities\NormStr.cs (1)
32Value = str;
7 references to Value
Microsoft.ML.Core (7)
Data\ModelHeader.cs (2)
153offset += ns.Value.Length * sizeof(char); 163foreach (var ch in ns.Value.Span)
Utilities\NormStr.cs (5)
109if (strSpan.SequenceEqual(ns.Value.Span)) 132if (ns.Value.Span.SequenceEqual(span)) 185var value = ns.Value; 235_rgmeta[_cns] = Utils.MakeUlong((uint)_rgins[iins], (uint)ns.Value.Length); 272_rgmeta[ins] = Utils.MakeUlong((uint)_rgins[iins], (uint)ns.Value.Length);