| 3426 | } |
| 3427 | |
| 3428 | struct ggml_tensor * ggml_cpy( |
| 3429 | struct ggml_context * ctx, |
| 3430 | struct ggml_tensor * a, |
| 3431 | struct ggml_tensor * b) { |
| 3432 | return ggml_cpy_impl(ctx, a, b); |
| 3433 | } |
| 3434 | |
| 3435 | struct ggml_tensor * ggml_cast( |
| 3436 | struct ggml_context * ctx, |