ggml_bf16_to_fp32 method

double ggml_bf16_to_fp32(
  1. ggml_bf16_t arg0
)

Implementation

double ggml_bf16_to_fp32(
  ggml_bf16_t arg0,
) {
  return _ggml_bf16_to_fp32(
    arg0,
  );
}