2 writes to RndFourierVectors
Microsoft.ML.Transforms (2)
RandomFourierFeaturizing.cs (2)
124
RndFourierVectors
= new AlignedArray(roundedUpD * roundedUpNumFeatures, CpuMathUtils.GetVectorAlignment());
158
RndFourierVectors
= new AlignedArray(roundedUpD * roundedUpNumFeatures, CpuMathUtils.GetVectorAlignment());
3 references to RndFourierVectors
Microsoft.ML.Transforms (3)
RandomFourierFeaturizing.cs (3)
188
RndFourierVectors
[i * rowSize + j] = _matrixGenerator.Next(_rand);
569
CpuMathUtils.MatrixTimesSource(false, transformInfo.
RndFourierVectors
, featuresAligned, productAligned,
579
CpuMathUtils.MatrixTimesSource(transformInfo.
RndFourierVectors
, srcIndices, featuresAligned, 0, 0,