MCPcopy Create free account
hub / github.com/appdevforall/CodeOnTheGo / get_embd

Method get_embd

subprojects/llama.cpp/src/llama-graph.h:606–606  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

604 ggml_tensor * get_inp_tokens() const { return t_inp_tokens; }
605 ggml_tensor * get_logits() const { return t_logits; }
606 ggml_tensor * get_embd() const { return t_embd; }
607 ggml_tensor * get_embd_pooled() const { return t_embd_pooled; }
608
609 ggml_cgraph * get_gf() const { return gf; }

Callers 2

encodeMethod · 0.80
decodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected