ggml_expm1 method

Implementation

ffi.Pointer<ggml_tensor> ggml_expm1(
  ffi.Pointer<ggml_context> ctx,
  ffi.Pointer<ggml_tensor> a,
) {
  return _ggml_expm1(
    ctx,
    a,
  );
}