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

Class ggml_tensor

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

Source from the content-addressed store, hash-verified

427
428struct sam3_detr_decoder {
429 struct ggml_tensor* query_embed = nullptr; // [num_queries, 512]
430 struct ggml_tensor* presence_token = nullptr; // [1, 256]
431 // DotProductScoring MLP
432 struct ggml_tensor* score_mlp_w[2] = {};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected