2 references to MaxSize
Microsoft.ML.Core (2)
Utilities\BigArray.cs (2)
102Contracts.CheckParam(size <= MaxSize, nameof(size), "Size of BigArray is too large."); 212Contracts.CheckParam(newLength <= MaxSize, nameof(newLength), "Specified new size is too large.");