4 references to CopyRange
Microsoft.ML.TensorFlow (2)
TensorflowTransform.cs (2)
174
long actualRead = br.BaseStream.
CopyRange
(fs, fileLength);
488
long actualWritten = fs.
CopyRange
(w.BaseStream, fileLength);
Microsoft.ML.Vision (2)
DnnRetrainTransform.cs (2)
138
long actualRead = br.BaseStream.
CopyRange
(fs, fileLength);
721
long actualWritten = fs.
CopyRange
(w.BaseStream, fileLength);