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