| 900 | struct 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 |
nothing calls this directly
no outgoing calls
no test coverage detected