ggml_ssm_scan method

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

Implementation

ffi.Pointer<ggml_tensor> ggml_ssm_scan(
  ffi.Pointer<ggml_context> ctx,
  ffi.Pointer<ggml_tensor> s,
  ffi.Pointer<ggml_tensor> x,
  ffi.Pointer<ggml_tensor> dt,
  ffi.Pointer<ggml_tensor> A,
  ffi.Pointer<ggml_tensor> B,
  ffi.Pointer<ggml_tensor> C,
) {
  return _ggml_ssm_scan(ctx, s, x, dt, A, B, C);
}