5 references to CopyFrom
Microsoft.ML.CpuMath (2)
AlignedMatrix.cs (2)
212_items.CopyFrom(src._items); 389Items.CopyFrom(src.Items);
Microsoft.ML.CpuMath.UnitTests (2)
UnitTests.cs (2)
903src.CopyFrom(_testSrcVectors[test]); 917src.CopyFrom(_testSrcVectors[test]);
Microsoft.ML.StandardTrainers (1)
FactorizationMachine\FieldAwareFactorizationMachineModelParameters.cs (1)
253latentWeights.CopyFrom(_latentWeightsAligned);