12 references to CpuAlignedVector
Microsoft.ML.TimeSeries (12)
AdaptiveSingularSpectrumSequenceModeler.cs (12)
272_x = new CpuAlignedVector(windowSize, CpuMathUtils.GetVectorAlignment());
273_xSmooth = new CpuAlignedVector(windowSize, CpuMathUtils.GetVectorAlignment());
327_x = new CpuAlignedVector(_windowSize, CpuMathUtils.GetVectorAlignment());
328_xSmooth = new CpuAlignedVector(_windowSize, CpuMathUtils.GetVectorAlignment());
332_y = new CpuAlignedVector(_rank, CpuMathUtils.GetVectorAlignment());
439_y = new CpuAlignedVector(_rank, CpuMathUtils.GetVectorAlignment());
444_x = new CpuAlignedVector(_windowSize, CpuMathUtils.GetVectorAlignment());
445_xSmooth = new CpuAlignedVector(_windowSize, CpuMathUtils.GetVectorAlignment());
1112_y = new CpuAlignedVector(_rank, CpuMathUtils.GetVectorAlignment());
1294_x = new CpuAlignedVector(_windowSize, CpuMathUtils.GetVectorAlignment());
1295_xSmooth = new CpuAlignedVector(_windowSize, CpuMathUtils.GetVectorAlignment());
1332_y = new CpuAlignedVector(_rank, CpuMathUtils.GetVectorAlignment());