We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9304cb commit d659648Copy full SHA for d659648
llvm/docs/MLGO.rst
@@ -471,7 +471,7 @@ embeddings can be computed and accessed via an ``ir2vec::Embedder`` instance.
471
const ir2vec::Vocab &Vocabulary = VocabRes.getVocabulary();
472
unsigned Dimension = VocabRes.getDimension();
473
474
- Note that ``IR2VecVocabAnalysis`` pass is immutable.
+ Note that ``IR2VecVocabAnalysis`` pass is immutable.
475
476
2. **Create Embedder instance**:
477
With the vocabulary, create an embedder for a specific function:
0 commit comments