4 references to HasSibling
Microsoft.ML.Tokenizers (4)
Utils\DoubleArrayTrie.cs (4)
301
public uint Sibling(uint id) => _units[(int)id].
HasSibling
? id + 1 : 0;
476
if (!_units[(int)unitId].
HasSibling
)
484
if (_units[(int)unitId].
HasSibling
)
529
if (!_units[(int)id].
HasSibling
)