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 fc83ba0 commit d624c13Copy full SHA for d624c13
llvm/include/llvm/Analysis/IR2Vec.h
@@ -127,6 +127,8 @@ class Embedder {
127
};
128
129
/// Class for computing the Symbolic embeddings of IR2Vec.
130
+/// Symbolic embeddings are constructed based on the entity-level
131
+/// representations obtained from the Vocabulary.
132
class SymbolicEmbedder : public Embedder {
133
private:
134
/// Utility function to compute the vector representation for a given basic
0 commit comments