| 102 | |
| 103 | static struct ggml_tensor * encodec_sigmoid( |
| 104 | struct ggml_context * ctx, |
| 105 | struct ggml_tensor * x) { |
| 106 | return ggml_map_custom1(ctx, x, encodec_sigmoid_impl, GGML_N_TASKS_MAX, NULL); |
| 107 | } |
nothing calls this directly
no outgoing calls
no test coverage detected