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