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

Class ggml_tensor

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

Source from the content-addressed store, hash-verified

469struct 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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected