This pass prints the embeddings in the vocabulary
Synopsis
Declared in <llvm/Analysis/IR2Vec.h>
class IR2VecVocabPrinterPass
: public RequiredPassInfoMixin<IR2VecVocabPrinterPass>
Base Classes
Name |
Description |
A CRTP mix‐in for passes that should not be skipped. |
Member Functions
Name |
Description |
|
Construct a printer that writes vocabulary embeddings to |
Print the IR2Vec vocabulary for module |
Static Member Functions
Name |
Description |
Return true; required passes cannot be skipped. |
Created with MrDocs