| 2056 | } |
| 2057 | |
| 2058 | struct ggml_tensor * ggml_add1( |
| 2059 | struct ggml_context * ctx, |
| 2060 | struct ggml_tensor * a, |
| 2061 | struct ggml_tensor * b) { |
| 2062 | return ggml_add1_impl(ctx, a, b, false); |
| 2063 | } |
| 2064 | |
| 2065 | struct ggml_tensor * ggml_add1_inplace( |
| 2066 | struct ggml_context * ctx, |