| 5762 | } |
| 5763 | |
| 5764 | struct ggml_tensor * ggml_unary( |
| 5765 | struct ggml_context * ctx, |
| 5766 | struct ggml_tensor * a, |
| 5767 | enum ggml_unary_op op) { |
| 5768 | return ggml_unary_impl(ctx, a, op, false); |
| 5769 | } |
| 5770 | |
| 5771 | struct ggml_tensor * ggml_unary_inplace( |
| 5772 | struct ggml_context * ctx, |