| 4377 | } |
| 4378 | |
| 4379 | struct ggml_tensor * ggml_cpy( |
| 4380 | struct ggml_context * ctx, |
| 4381 | struct ggml_tensor * a, |
| 4382 | struct ggml_tensor * b) { |
| 4383 | return ggml_cpy_impl(ctx, a, b, false); |
| 4384 | } |
| 4385 | |
| 4386 | struct ggml_tensor * ggml_cpy_inplace( |
| 4387 | struct ggml_context * ctx, |