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 d70182f commit c809d9dCopy full SHA for c809d9d
llvm/include/llvm/Analysis/IR2Vec.h
@@ -24,6 +24,12 @@
24
/// Code Optimization (TACO), 2020. https://doi.org/10.1145/3418463.
25
/// https://arxiv.org/abs/1909.06228
26
///
27
+/// To obtain embeddings:
28
+/// First run IR2VecVocabAnalysis to populate the vocabulary.
29
+/// Then, use the Embedder interface to generate embeddings for the desired IR
30
+/// entities. See the documentation for more details -
31
+/// https://llvm.org/docs/MLGO.html#ir2vec-embeddings
32
+///
33
//===----------------------------------------------------------------------===//
34
35
#ifndef LLVM_ANALYSIS_IR2VEC_H
0 commit comments