* https://github.com/microsoft/onnxruntime/blob/main/java/src/main/jvm/ai/onnxruntime/platform/Fp16Conversions.java * * @param input a standard float32 value which will be converted to a float16 value * @return a short value to store the float16 value */ public static short floatTo...