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)
330if (model._wTrans != null) 334_wTrans.CopyFrom(model._wTrans); 436_wTrans.CopyFrom(tempArray, ref i); 493ctx.Writer.WriteBoolByte(_wTrans != null); 507if (_wTrans != null) 512_wTrans.CopyTo(tempArray, ref iv); 1110if (_wTrans == null) 1120_wTrans.CopyFrom(vecs, ref i); 1139CpuAligenedMathUtils<CpuAlignedMatrixRow>.MatTimesSrc(_wTrans, _x, _y); 1142CpuAligenedMathUtils<CpuAlignedMatrixRow>.MatTranTimesSrc(_wTrans, _y, _xSmooth); 1337_wTrans.CopyFrom(leftSingularVecs, ref i); 1347CpuAligenedMathUtils<CpuAlignedMatrixRow>.MatTranTimesSrc(_wTrans, _y, _xSmooth); 1392CpuAligenedMathUtils<CpuAlignedMatrixRow>.MatTimesSrc(_wTrans, _x, _y); 1393CpuAligenedMathUtils<CpuAlignedMatrixRow>.MatTranTimesSrc(_wTrans, _y, _xSmooth);