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