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.
4924923. **Compute and Access Embeddings **:
493493 Call ``getFunctionVector() `` to get the embedding for the function.
494494
495- .. code-block :: c++
495+ .. code-block :: c++
496496
497- const ir2vec::Embedding &FuncVector = Emb->getFunctionVector();
497+ const ir2vec::Embedding &FuncVector = Emb->getFunctionVector();
498498
499499 Currently, ``Embedder `` can generate embeddings at three levels: Instructions,
500500 Basic Blocks, and Functions. Appropriate getters are provided to access the
501501 embeddings at these levels.
502502
503- .. note ::
503+ .. note ::
504504
505505 The validity of ``Embedder `` instance (and the embeddings it generates) is
506506 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