ggml_fp32_to_bf16 method

ggml_bf16_t ggml_fp32_to_bf16(
  1. double arg0
)

Implementation

ggml_bf16_t ggml_fp32_to_bf16(
  double arg0,
) {
  return _ggml_fp32_to_bf16(
    arg0,
  );
}