ggml_fp32_to_fp16 method

int ggml_fp32_to_fp16(
  1. double arg0
)

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

Implementation

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