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);
1139
CpuAligenedMathUtils<CpuAlignedMatrixRow>.MatTimesSrc(_wTrans, _x,
_y
);
1142
CpuAligenedMathUtils<CpuAlignedMatrixRow>.MatTranTimesSrc(_wTrans,
_y
, _xSmooth);
1343
_y
[i] = leftSingularVecs[_windowSize * (i + 1) - 1];
1344
nu +=
_y
[i] *
_y
[i];
1347
CpuAligenedMathUtils<CpuAlignedMatrixRow>.MatTranTimesSrc(_wTrans,
_y
, _xSmooth);
1392
CpuAligenedMathUtils<CpuAlignedMatrixRow>.MatTimesSrc(_wTrans, _x,
_y
);
1393
CpuAligenedMathUtils<CpuAlignedMatrixRow>.MatTranTimesSrc(_wTrans,
_y
, _xSmooth);