4 references to AddCore
Microsoft.ML.Core (4)
Utilities\NormStr.cs (4)
116
return add ?
AddCore
(str.AsMemory(), hash) : null;
145
return add ?
AddCore
(str.ToString().AsMemory(), hash) : null;
148
return add ?
AddCore
(str, hash) : null;
198
return add ?
AddCore
(sb.ToString().AsMemory(), hash) : null;