File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -492,15 +492,15 @@ embeddings can be computed and accessed via an ``ir2vec::Embedder`` instance.
492
492
3. **Compute and Access Embeddings **:
493
493
Call ``getFunctionVector() `` to get the embedding for the function.
494
494
495
- .. code-block :: c++
495
+ .. code-block :: c++
496
496
497
- const ir2vec::Embedding &FuncVector = Emb->getFunctionVector();
497
+ const ir2vec::Embedding &FuncVector = Emb->getFunctionVector();
498
498
499
499
Currently, ``Embedder `` can generate embeddings at three levels: Instructions,
500
500
Basic Blocks, and Functions. Appropriate getters are provided to access the
501
501
embeddings at these levels.
502
502
503
- .. note ::
503
+ .. note ::
504
504
505
505
The validity of ``Embedder `` instance (and the embeddings it generates) is
506
506
tied to the function it is associated with remains unchanged. If the function
You can’t perform that action at this time.
0 commit comments