1 write to original
Microsoft.ML.CpuMath.PerformanceTests (1)
PerformanceTests.cs (1)
79
original
= new float[Length];
3 references to original
Microsoft.ML.CpuMath.PerformanceTests (3)
PerformanceTests.cs (3)
91
original
[i] = dst[i];
120
original
.CopyTo(dst, 0);
121
original
.CopyTo(result, 0);