Home
last modified time | relevance | path

Searched refs:SetAllowFp16PrecisionForFp32 (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/
Dtest_util.cc135 interpreter_->SetAllowFp16PrecisionForFp32(allow_fp32_relax_to_fp16); in BuildInterpreter()
/external/tensorflow/tensorflow/lite/
Dinterpreter.cc219 void Interpreter::SetAllowFp16PrecisionForFp32(bool allow) { in SetAllowFp16PrecisionForFp32() function in tflite::Interpreter
Dinterpreter.h351 void SetAllowFp16PrecisionForFp32(bool allow);
/external/tensorflow/tensorflow/lite/examples/label_image/
Dlabel_image.cc116 interpreter->SetAllowFp16PrecisionForFp32(s->allow_fp16); in RunInference()
/external/tensorflow/tensorflow/lite/tools/benchmark/
Dbenchmark_tflite_model.cc386 interpreter->SetAllowFp16PrecisionForFp32(allow_fp16); in Init()
/external/tensorflow/tensorflow/lite/java/src/main/native/
Dnativeinterpreterwrapper_jni.cc245 interpreter->SetAllowFp16PrecisionForFp32(static_cast<bool>(allow)); in Java_org_tensorflow_lite_NativeInterpreterWrapper_allowFp16PrecisionForFp32()