12 instantiations of 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());
8 references to CpuAlignedVector
Microsoft.ML.CpuMath (5)
AlignedMatrix.cs (1)
208public void CopyFrom(CpuAlignedVector src)
CpuAligenedMathUtils.cs (4)
33CpuAlignedVector vec = values as CpuAlignedVector; 45private static CpuAlignedVector A(ICpuVector x) 48return (CpuAlignedVector)x;
Microsoft.ML.TimeSeries (3)
AdaptiveSingularSpectrumSequenceModeler.cs (3)
150private CpuAlignedVector _x; 151private CpuAlignedVector _xSmooth; 171private CpuAlignedVector _y;