mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-06 09:07:10 +08:00
Add paddlelite backend support (#260)
* Add paddlelite backend support * Update CMakeLists.txt * Update __init__.py
This commit is contained in:
@@ -38,7 +38,7 @@ class FASTDEPLOY_DECL TimeCounter {
|
||||
if (!print_out) {
|
||||
return;
|
||||
}
|
||||
std::cout << prefix << " duration = " << Duration() << "s." << std::endl;
|
||||
FDLogger() << prefix << " duration = " << Duration() << "s." << std::endl;
|
||||
}
|
||||
|
||||
private:
|
||||
@@ -46,4 +46,4 @@ class FASTDEPLOY_DECL TimeCounter {
|
||||
std::chrono::time_point<std::chrono::system_clock> end_;
|
||||
};
|
||||
|
||||
} // namespace fastdeploy
|
||||
} // namespace fastdeploy
|
||||
|
Reference in New Issue
Block a user