Searched refs:allowFp16PrecisionForFp32 (Results 1 – 2 of 2) sorted by relevance
75 if (options.allowFp16PrecisionForFp32 != null) { in init()76 allowFp16PrecisionForFp32( in init()77 interpreterHandle, options.allowFp16PrecisionForFp32.booleanValue()); in init()362 private static native void allowFp16PrecisionForFp32(long interpreterHandle, boolean allow); in allowFp16PrecisionForFp32() method in NativeInterpreterWrapper
105 this.allowFp16PrecisionForFp32 = allow; in setAllowFp16PrecisionForFp32()137 Boolean allowFp16PrecisionForFp32; field in Interpreter.Options