2 references to IsPowerOfTwo
Microsoft.ML.Core (1)
Utilities\NormStr.cs (1)
74
Contracts.Assert(Utils.
IsPowerOfTwo
(_mask + 1));
Microsoft.ML.Data (1)
Utils\SequencePool.cs (1)
132
Contracts.Assert(Utils.
IsPowerOfTwo
(_mask + 1));