| 800 | struct 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; |
nothing calls this directly
no outgoing calls
no test coverage detected