4 writes to _y
Microsoft.ML.TimeSeries (4)
AdaptiveSingularSpectrumSequenceModeler.cs (4)
332_y = new CpuAlignedVector(_rank, CpuMathUtils.GetVectorAlignment()); 439_y = new CpuAlignedVector(_rank, CpuMathUtils.GetVectorAlignment()); 1112_y = new CpuAlignedVector(_rank, CpuMathUtils.GetVectorAlignment()); 1332_y = new CpuAlignedVector(_rank, CpuMathUtils.GetVectorAlignment());
10 references to _y
Microsoft.ML.TimeSeries (10)
AdaptiveSingularSpectrumSequenceModeler.cs (10)
440_y.CopyFrom(tempArray, ref i); 516_y.CopyTo(tempArray, ref iv); 1139CpuAligenedMathUtils<CpuAlignedMatrixRow>.MatTimesSrc(_wTrans, _x, _y); 1142CpuAligenedMathUtils<CpuAlignedMatrixRow>.MatTranTimesSrc(_wTrans, _y, _xSmooth); 1343_y[i] = leftSingularVecs[_windowSize * (i + 1) - 1]; 1344nu += _y[i] * _y[i]; 1347CpuAligenedMathUtils<CpuAlignedMatrixRow>.MatTranTimesSrc(_wTrans, _y, _xSmooth); 1392CpuAligenedMathUtils<CpuAlignedMatrixRow>.MatTimesSrc(_wTrans, _x, _y); 1393CpuAligenedMathUtils<CpuAlignedMatrixRow>.MatTranTimesSrc(_wTrans, _y, _xSmooth);