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