Base:
2 references to Length
Microsoft.ML.Core (1)
Utilities\HybridMemoryStream.cs (1)
106
Contracts.Assert(
Length
<= _overflowBoundary || _overflowStream != null);
Microsoft.ML.Data (1)
DataView\Transposer.cs (1)
179
ch.Trace("Sliced data saved to {0} bytes", stream.
Length
);