Skip to content

Commit d624c13

Browse files
committed
Added doc to SymbolicEmbedder
1 parent fc83ba0 commit d624c13

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/include/llvm/Analysis/IR2Vec.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ class Embedder {
127127
};
128128

129129
/// Class for computing the Symbolic embeddings of IR2Vec.
130+
/// Symbolic embeddings are constructed based on the entity-level
131+
/// representations obtained from the Vocabulary.
130132
class SymbolicEmbedder : public Embedder {
131133
private:
132134
/// Utility function to compute the vector representation for a given basic

0 commit comments

Comments
 (0)