[llvm] [IR2Vec] Exposing Embedding as an data type wrapped around std::vector<double> (PR #143197)
Aiden Grossman via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 9 22:07:15 PDT 2025
================
@@ -53,16 +53,72 @@ class raw_ostream;
enum class IR2VecKind { Symbolic };
namespace ir2vec {
-using Embedding = std::vector<double>;
+/// Embedding is a datavtype that wraps std::vector<double>. It provides
----------------
boomanaiden154 wrote:
Typo: `s/datavtype/datatype`
https://github.com/llvm/llvm-project/pull/143197
More information about the llvm-commits
mailing list