| 4976 | } |
| 4977 | |
| 4978 | struct ggml_tensor * ggml_soft_max( |
| 4979 | struct ggml_context * ctx, |
| 4980 | struct ggml_tensor * a) { |
| 4981 | return ggml_soft_max_impl(ctx, a, false); |
| 4982 | } |
| 4983 | |
| 4984 | struct ggml_tensor * ggml_soft_max_inplace( |
| 4985 | struct ggml_context * ctx, |