================
@@ -106,6 +106,7 @@ struct Embedding {
const std::vector<double> &getData() const { return Data; }
/// Arithmetic operators
+ Embedding operator+(const Embedding &RHS) const;
----------------
mtrofin wrote:should you also overload operator `-`? https://github.com/llvm/llvm-project/pull/145118 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
