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