2 writes to _useSin
Microsoft.ML.Transforms (2)
RandomFourierFeaturizing.cs (2)
114_useSin = column.UseCosAndSinBases; 145_useSin = ctx.Reader.ReadBoolByte();
4 references to _useSin
Microsoft.ML.Transforms (4)
RandomFourierFeaturizing.cs (4)
125RotationTerms = _useSin ? null : new AlignedArray(roundedUpD, CpuMathUtils.GetVectorAlignment()); 159RotationTerms = _useSin ? null : new AlignedArray(roundedUpD, CpuMathUtils.GetVectorAlignment()); 175ctx.Writer.WriteBoolByte(_useSin); 202if (!_useSin)