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

Class ggml_tensor

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

Source from the content-addressed store, hash-verified

800struct edgetam_perceiver_layer {
801 // Cross-attention (latents attend to features)
802 struct ggml_tensor* ca_norm_latents_w = nullptr;
803 struct ggml_tensor* ca_norm_latents_b = nullptr;
804 struct ggml_tensor* ca_norm_x_w = nullptr;
805 struct ggml_tensor* ca_norm_x_b = nullptr;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected