12 references to CopyFrom
Microsoft.ML.CpuMath (2)
AlignedMatrix.cs (2)
183
_items.
CopyFrom
(src.AsSpan(index, _size));
466
Items.
CopyFrom
(src.AsSpan(ivSrc, ValueCount));
Microsoft.ML.CpuMath.PerformanceTests (3)
PerformanceTests.cs (3)
108
testMatrixAligned.
CopyFrom
(src.AsSpan(0, (matrixLength - 1) * (matrixLength - 1)));
111
testSrcVectorAligned.
CopyFrom
(src1.AsSpan(0, matrixLength - 1)); // odd input
114
testDstVectorAligned.
CopyFrom
(dst.AsSpan(0, matrixLength));
Microsoft.ML.CpuMath.UnitTests (6)
UnitTests.cs (6)
71
testMatrixAligned1.
CopyFrom
(testMatrix1);
72
testMatrixAligned2.
CopyFrom
(testMatrix2);
82
testSrcVectorAligned1.
CopyFrom
(testSrcVector1);
83
testSrcVectorAligned2.
CopyFrom
(testSrcVector2);
93
testDstVectorAligned1.
CopyFrom
(testDstVector1);
94
testDstVectorAligned2.
CopyFrom
(testDstVector2);
Microsoft.ML.Transforms (1)
RandomFourierFeaturizing.cs (1)
568
featuresAligned.
CopyFrom
(src.GetValues());