mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-03 23:49:44 +00:00
Per PR feedback, enable_htp_fp16_precision is already set to 1 by default elsewhere. No need to set it here.
This commit is contained in:
parent
be55bad56a
commit
429a02f5b8
1 changed files with 0 additions and 3 deletions
|
|
@ -130,9 +130,6 @@ void ParseExecutionProviders(const Napi::Array epList, Ort::SessionOptions& sess
|
|||
if (qnn_options.find("backend_path") == qnn_options.end()) {
|
||||
qnn_options["backend_path"] = "QnnHtp.dll";
|
||||
}
|
||||
if (qnn_options.find("enable_htp_fp16_precision") == qnn_options.end()) {
|
||||
qnn_options["enable_htp_fp16_precision"] = "1";
|
||||
}
|
||||
|
||||
sessionOptions.AppendExecutionProvider("QNN", qnn_options);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue