Searched refs:SetAllowFp16PrecisionForFp32 (Results 1 – 7 of 7) sorted by relevance
58 void Interpreter::SetAllowFp16PrecisionForFp32(bool allow) { in SetAllowFp16PrecisionForFp32() function in tflite::Interpreter
508 void SetAllowFp16PrecisionForFp32(bool allow);
254 interpreter_->SetAllowFp16PrecisionForFp32(allow_fp32_relax_to_fp16); in BuildInterpreter()
226 interpreter->SetAllowFp16PrecisionForFp32(settings->allow_fp16); in RunInference()
308 interpreter->SetAllowFp16PrecisionForFp32(static_cast<bool>(allow)); in Java_org_tensorflow_lite_NativeInterpreterWrapper_allowFp16PrecisionForFp32()
715 interpreter_->SetAllowFp16PrecisionForFp32(params_.Get<bool>("allow_fp16")); in Init()
4818 * Deprecates `Interpreter::SetAllowFp16PrecisionForFp32(bool)` C++ API.