| 3294 | } |
| 3295 | |
| 3296 | struct ggml_tensor * ggml_add1( |
| 3297 | struct ggml_context * ctx, |
| 3298 | struct ggml_tensor * a, |
| 3299 | struct ggml_tensor * b) { |
| 3300 | return ggml_add1_impl(ctx, a, b, false); |
| 3301 | } |
| 3302 | |
| 3303 | struct ggml_tensor * ggml_add1_inplace( |
| 3304 | struct ggml_context * ctx, |