ggml_fp32_to_fp16 method

int ggml_fp32_to_fp16(
  1. double arg0
)

Implementation

int ggml_fp32_to_fp16(
  double arg0,
) {
  return _ggml_fp32_to_fp16(
    arg0,
  );
}