mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-27 18:41:02 +08:00
[Functions] Fix functions comments (#1126)
* fix functions comments * Add paddle lite backend
This commit is contained in:
@@ -63,6 +63,7 @@ bool CreateRuntimeOption(fastdeploy::RuntimeOption* option) {
|
||||
|
||||
if (FLAGS_device == "kunlunxin") {
|
||||
option->UseKunlunXin();
|
||||
option->UsePaddleLiteBackend();
|
||||
return true;
|
||||
} else if (FLAGS_device == "gpu") {
|
||||
option->UseGpu();
|
||||
|
||||
Reference in New Issue
Block a user