ggml_ssm_conv method
Pointer<ggml_tensor>
ggml_ssm_conv(
- Pointer<
ggml_context> ctx, - Pointer<
ggml_tensor> sx, - Pointer<
ggml_tensor> c
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);
}