MCPcopy Create free account
hub / github.com/PABannier/sam3.cpp / ggml_tensor

Class ggml_tensor

sam3.cpp:339–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

337
338struct sam3_text_encoder {
339 struct ggml_tensor* token_embed_w = nullptr; // [vocab, width]
340 struct ggml_tensor* pos_embed = nullptr; // [ctx_len, width]
341 struct ggml_tensor* ln_final_w = nullptr;
342 struct ggml_tensor* ln_final_b = nullptr;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected