4 references to CopyTo
Microsoft.ML.TensorFlow (2)
TensorflowTransform.cs (1)
742tensor.CopyTo<T>(editor.Values);
TensorTypeExtensions.cs (1)
57CopyTo(tensor, span);
Microsoft.ML.Vision (2)
DnnRetrainTransform.cs (1)
912tensor.CopyTo<T>(editor.Values);
ImageClassificationTrainer.cs (1)
1466outputTensor[0].CopyTo(classProbabilities);