5 references to Size
Microsoft.ML.Core (5)
CommandLine\CharCursor.cs (3)
27
_ichLim = Utils.
Size
(text);
35
Contracts.CheckParam(0 <= min && min <= Utils.
Size
(text), nameof(min));
36
Contracts.CheckParam(min <= lim && lim <= Utils.
Size
(text), nameof(lim));
Data\ModelHeader.cs (1)
643
Contracts.Check(Utils.
Size
(modelSignature) == 8, "Model signature must be eight characters");
Data\Repository.cs (1)
262
_ectx.Check(Utils.
Size
(pathEnt) > 0);