8 references to Size
Microsoft.ML.Core (8)
CommandLine\CmdParser.cs (6)
1524
for (int i = 0; i < Utils.
Size
(values);)
1542
if (Utils.
Size
(values) > 0)
1570
for (int i = 0; i < Utils.
Size
(values);)
1606
for (int i = 0; i < Utils.
Size
(values);)
1636
var res = Array.CreateInstance(ItemType, Utils.
Size
(values));
1646
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));