ggml_fp16_to_fp32 method

double ggml_fp16_to_fp32(
  1. int arg0
)

Implementation

double ggml_fp16_to_fp32(
  int arg0,
) {
  return _ggml_fp16_to_fp32(
    arg0,
  );
}