| 1000 | |
| 1001 | // ggml building blocks |
| 1002 | static struct ggml_tensor* sam3_layer_norm(struct ggml_context* ctx, |
| 1003 | struct ggml_tensor* x, |
| 1004 | struct ggml_tensor* w, |
| 1005 | struct ggml_tensor* b); |
nothing calls this directly
no outgoing calls
no test coverage detected