1 write to _content
Microsoft.ML.FastTree (1)
TreeEnsemble\InternalTreeEnsemble.cs (1)
450_content = VBufferUtils.CreateEmpty<ReadOnlyMemory<char>>(featValueCount);
2 references to _content
Microsoft.ML.FastTree (2)
TreeEnsemble\InternalTreeEnsemble.cs (2)
451Contracts.Assert(_names.Length == _content.Length); 464ReadOnlyMemory<char> content = _content.GetItemOrDefault(ifeat);