7 references to _vocab
Microsoft.ML.Transforms (7)
Text\WordEmbeddingsExtractor.cs (7)
656
if (
_vocab
.ContainsKey(_modelFileNameWithPath) &&
_vocab
[_modelFileNameWithPath] != null)
658
if (
_vocab
[_modelFileNameWithPath].TryGetTarget(out Model model))
667
if (
_vocab
.ContainsKey(_modelFileNameWithPath) &&
_vocab
[_modelFileNameWithPath] != null)
669
if (
_vocab
[_modelFileNameWithPath].TryGetTarget(out Model modelObject))
720
_vocab
[_modelFileNameWithPath] = new WeakReference<Model>(model, false);