6 instantiations of AutoPool
Microsoft.ML.Tokenizers.Tests (6)
src\Microsoft.ML.Tokenizers\Utils\DoubleArrayTrie.cs (6)
286
private readonly AutoPool<DawgNode> _nodes =
new
();
287
private readonly AutoPool<DawgUnit> _units =
new
();
288
private readonly AutoPool<byte> _labels =
new
();
289
private readonly AutoPool<uint> _table =
new
();
721
private readonly AutoPool<DoubleArrayUnit> _units =
new
();
723
private readonly AutoPool<byte> _labels =
new
();
6 references to AutoPool
Microsoft.ML.Tokenizers.Tests (6)
src\Microsoft.ML.Tokenizers\Utils\DoubleArrayTrie.cs (6)
286
private readonly
AutoPool
<DawgNode> _nodes = new();
287
private readonly
AutoPool
<DawgUnit> _units = new();
288
private readonly
AutoPool
<byte> _labels = new();
289
private readonly
AutoPool
<uint> _table = new();
721
private readonly
AutoPool
<DoubleArrayUnit> _units = new();
723
private readonly
AutoPool
<byte> _labels = new();