Searched refs:SetAllowFp16PrecisionForFp32 (Results 1 – 6 of 6) sorted by relevance
135 interpreter_->SetAllowFp16PrecisionForFp32(allow_fp32_relax_to_fp16); in BuildInterpreter()
219 void Interpreter::SetAllowFp16PrecisionForFp32(bool allow) { in SetAllowFp16PrecisionForFp32() function in tflite::Interpreter
351 void SetAllowFp16PrecisionForFp32(bool allow);
116 interpreter->SetAllowFp16PrecisionForFp32(s->allow_fp16); in RunInference()
386 interpreter->SetAllowFp16PrecisionForFp32(allow_fp16); in Init()
245 interpreter->SetAllowFp16PrecisionForFp32(static_cast<bool>(allow)); in Java_org_tensorflow_lite_NativeInterpreterWrapper_allowFp16PrecisionForFp32()