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

Class edgetam_repvit

sam3.cpp:786–794  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

784};
785
786struct edgetam_repvit {
787 // Stem: 2 conv layers (3→24→48, each stride 2)
788 struct ggml_tensor* stem_conv1_w = nullptr; // [3, 3, 3, 24]
789 struct ggml_tensor* stem_conv1_b = nullptr; // [24]
790 struct ggml_tensor* stem_conv2_w = nullptr; // [3, 3, 24, 48]
791 struct ggml_tensor* stem_conv2_b = nullptr; // [48]
792
793 edgetam_repvit_stage stages[4];
794};
795
796/*
797** ── EdgeTAM Spatial Perceiver ───────────────────────────────────────────

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected