Searched refs:allowFp16PrecisionForFp32 (Results 1 – 2 of 2) sorted by relevance
81 if (options.allowFp16PrecisionForFp32 != null) { in init()82 allowFp16PrecisionForFp32( in init()83 interpreterHandle, options.allowFp16PrecisionForFp32.booleanValue()); in init()585 private static native void allowFp16PrecisionForFp32(long interpreterHandle, boolean allow); in allowFp16PrecisionForFp32() method in NativeInterpreterWrapper
116 this.allowFp16PrecisionForFp32 = allow; in setAllowFp16PrecisionForFp32()184 Boolean allowFp16PrecisionForFp32; field in Interpreter.Options