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