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