MCPcopy Create free account
hub / github.com/FastFlowLM/FastFlowLM / _shared_embed

Method _shared_embed

src/common/AutoEmbeddingModel/auto_embedding_model.cpp:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81buffer<bf16> AutoEmbeddingModel::_shared_embed(std::vector<int>& tokens) {
82 buffer<bf16> y = this->embedding_model_impl->embed(tokens);
83 return y;
84}
85

Callers

nothing calls this directly

Calls 1

embedMethod · 0.80

Tested by

no test coverage detected