2 writes to _names
Microsoft.ML.FastTree (2)
TreeEnsemble\InternalTreeEnsemble.cs (2)
447
sch[feat.Index].Annotations.GetValue(AnnotationUtils.Kinds.SlotNames, ref
_names
);
449
_names
= VBufferUtils.CreateEmpty<ReadOnlyMemory<char>>(featValueCount);
3 references to _names
Microsoft.ML.FastTree (3)
TreeEnsemble\InternalTreeEnsemble.cs (3)
429
public int Count =>
_names
.Length;
451
Contracts.Assert(
_names
.Length == _content.Length);
457
ReadOnlyMemory<char> name =
_names
.GetItemOrDefault(ifeat);