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

Class ggml_tensor

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

Source from the content-addressed store, hash-verified

900struct sam3_state {
901 // cached backbone outputs
902 struct ggml_tensor* vit_output = nullptr; // [1, embed, H, W]
903 struct ggml_tensor* neck_det[4] = {}; // FPN levels (det path)
904 struct ggml_tensor* neck_trk[4] = {}; // FPN levels (trk path)
905 struct ggml_tensor* neck_det_pe[4] = {}; // sinusoidal PE

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected