| 469 | struct sam3_geom_encoder { |
| 470 | // Direct projections |
| 471 | struct ggml_tensor* point_proj_w = nullptr; // Linear(2, D) |
| 472 | struct ggml_tensor* point_proj_b = nullptr; |
| 473 | struct ggml_tensor* box_proj_w = nullptr; // Linear(4, D) |
| 474 | struct ggml_tensor* box_proj_b = nullptr; |
nothing calls this directly
no outgoing calls
no test coverage detected