1 implementation of GetCommitLengthEstimate
Microsoft.ML.Data (1)
DataLoadSave\Binary\Codecs.cs (1)
59
public abstract long
GetCommitLengthEstimate
();
3 references to GetCommitLengthEstimate
Microsoft.ML.Data (3)
DataLoadSave\Binary\BinarySaver.cs (2)
791
return specificWriter.
GetCommitLengthEstimate
();
867
bytesWritten += (int)writer.
GetCommitLengthEstimate
();
DataLoadSave\Binary\Codecs.cs (1)
903
return structureLength + _valueWriter.
GetCommitLengthEstimate
();