ggml_flash_attn_ext_set_prec method

void ggml_flash_attn_ext_set_prec(
  1. Pointer<ggml_tensor> a,
  2. int prec
)

Implementation

void ggml_flash_attn_ext_set_prec(
  ffi.Pointer<ggml_tensor> a,
  int prec,
) {
  return _ggml_flash_attn_ext_set_prec(
    a,
    prec,
  );
}