8 references to Size
Microsoft.ML.Core (8)
CommandLine\CmdParser.cs (6)
1523
for (int i = 0; i < Utils.
Size
(values);)
1541
if (Utils.
Size
(values) > 0)
1569
for (int i = 0; i < Utils.
Size
(values);)
1605
for (int i = 0; i < Utils.
Size
(values);)
1635
var res = Array.CreateInstance(ItemType, Utils.
Size
(values));
1645
var res = Array.CreateInstance(ItemType, Utils.
Size
(values));
Data\RoleMappedSchema.cs (1)
316
Contracts.Assert(Utils.
Size
(kvp.Value) > 0);
Utilities\VBufferUtils.cs (1)
1353
Contracts.CheckParam(0 <= length && length <= Utils.
Size
(src), nameof(length));