3 references to Size
Microsoft.ML.Core (1)
Utilities\Hashing.cs (1)
277
Contracts.Assert(0 <= ichMin && ichMin <= ichLim && ichLim <= Utils.
Size
(data));
Microsoft.ML.Data (2)
Transforms\InvertHashUtils.cs (2)
95
if (Utils.
Size
(src) > 0)
205
return Utils.
Size
(temp) > 0 ? temp.ToString().AsMemory() : String.Empty.AsMemory();