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

Class ggml_tensor

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

Source from the content-addressed store, hash-verified

764
765 // Spatial downsample: DW Conv 3×3, stride=2
766 struct ggml_tensor* spatial_w = nullptr; // [3, 3, 1, ch_in]
767 struct ggml_tensor* spatial_b = nullptr; // [ch_in]
768
769 // Channel expand: 1×1 Conv

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected