Searched refs:Embedding (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | IR2Vec.h | 72 struct Embedding { struct 77 Embedding() = default; 78 Embedding(const std::vector<double> &V) : Data(V) {} in Embedding() function 79 Embedding(std::vector<double> &&V) : Data(std::move(V)) {} in Embedding() function 80 Embedding(std::initializer_list<double> IL) : Data(IL) {} in Embedding() function 82 explicit Embedding(size_t Size) : Data(Size) {} in Embedding() function 83 Embedding(size_t Size, double InitialValue) : Data(Size, InitialValue) {} in Embedding() argument 111 LLVM_ABI Embedding &operator+=(const Embedding &RHS); argument 112 LLVM_ABI Embedding operator+(const Embedding &RHS) const; 113 LLVM_ABI Embedding &operator-=(const Embedding &RHS); [all …]
|
| H A D | FunctionPropertiesAnalysis.h | 36 ir2vec::Embedding FunctionEmbedding = ir2vec::Embedding(0.0); 144 const ir2vec::Embedding &getFunctionEmbedding() const { in getFunctionEmbedding() 151 void setFunctionEmbeddingForTest(const ir2vec::Embedding &Embedding) { in setFunctionEmbeddingForTest() argument 152 FunctionEmbedding = Embedding; in setFunctionEmbeddingForTest()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | IR2Vec.cpp | 64 inline bool fromJSON(const llvm::json::Value &E, Embedding &Out, in fromJSON() 69 Out = Embedding(std::move(TempOut)); in fromJSON() 77 Embedding &Embedding::operator+=(const Embedding &RHS) { in operator +=() 84 Embedding Embedding::operator+(const Embedding &RHS) const { in operator +() 85 Embedding Result(*this); in operator +() 90 Embedding &Embedding::operator-=(const Embedding &RHS) { in operator -=() 97 Embedding Embedding::operator-(const Embedding &RHS) const { in operator -() 98 Embedding Result(*this); in operator -() 103 Embedding &Embedding::operator*=(double Factor) { in operator *=() 109 Embedding Embedding::operator*(double Factor) const { in operator *() [all …]
|
| H A D | MLInlineAdvisor.cpp | 454 auto setEmbedding = [&](const ir2vec::Embedding &Embedding, in getAdviceImpl() 456 llvm::transform(Embedding, ModelRunner->getTensor<float>(Index), in getAdviceImpl()
|
| H A D | FunctionPropertiesAnalysis.cpp | 258 FPI.FunctionEmbedding = ir2vec::Embedding(Vocabulary->getDimension(), 0.0); in getFunctionPropertiesInfo()
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | gguf | 23 >>&4 long x \b, Embedding Length: %u
|
| /freebsd/crypto/openssl/doc/designs/quic-design/ |
| H A D | debugging.md | 125 - **Embedding.** Alternatively, you can embed a keylog file into a `.pcapng`
|
| /freebsd/sys/contrib/zstd/zlibWrapper/ |
| H A D | README.md | 21 #### Embedding the zstd wrapper within your project
|
| /freebsd/sys/contrib/xz-embedded/ |
| H A D | README | 62 Embedding into userspace applications
|