ggml_ssm_conv method

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer

Implementation

ffi.Pointer<ggml_tensor> ggml_ssm_conv(
  ffi.Pointer<ggml_context> ctx,
  ffi.Pointer<ggml_tensor> sx,
  ffi.Pointer<ggml_tensor> c,
) {
  return _ggml_ssm_conv(ctx, sx, c);
}