4 writes to _wTrans
Microsoft.ML.TimeSeries (4)
AdaptiveSingularSpectrumSequenceModeler.cs (4)
333
_wTrans
= new CpuAlignedMatrixRow(_rank, _windowSize, CpuMathUtils.GetVectorAlignment());
434
_wTrans
= new CpuAlignedMatrixRow(_rank, _windowSize, CpuMathUtils.GetVectorAlignment());
1113
_wTrans
= new CpuAlignedMatrixRow(_rank, _windowSize, CpuMathUtils.GetVectorAlignment());
1335
_wTrans
= new CpuAlignedMatrixRow(_rank, _windowSize, CpuMathUtils.GetVectorAlignment());
15 references to _wTrans
Microsoft.ML.TimeSeries (15)
AdaptiveSingularSpectrumSequenceModeler.cs (15)
330
if (model.
_wTrans
!= null)
334
_wTrans
.CopyFrom(model.
_wTrans
);
436
_wTrans
.CopyFrom(tempArray, ref i);
493
ctx.Writer.WriteBoolByte(
_wTrans
!= null);
507
if (
_wTrans
!= null)
512
_wTrans
.CopyTo(tempArray, ref iv);
1110
if (
_wTrans
== null)
1120
_wTrans
.CopyFrom(vecs, ref i);
1139
CpuAligenedMathUtils<CpuAlignedMatrixRow>.MatTimesSrc(
_wTrans
, _x, _y);
1142
CpuAligenedMathUtils<CpuAlignedMatrixRow>.MatTranTimesSrc(
_wTrans
, _y, _xSmooth);
1337
_wTrans
.CopyFrom(leftSingularVecs, ref i);
1347
CpuAligenedMathUtils<CpuAlignedMatrixRow>.MatTranTimesSrc(
_wTrans
, _y, _xSmooth);
1392
CpuAligenedMathUtils<CpuAlignedMatrixRow>.MatTimesSrc(
_wTrans
, _x, _y);
1393
CpuAligenedMathUtils<CpuAlignedMatrixRow>.MatTranTimesSrc(
_wTrans
, _y, _xSmooth);