mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-17 14:11:14 +08:00
[Backend] enable lite arm64-v8a fp16 option. (#380)
[lite] enable lite arm64-v8a fp16 option.
This commit is contained in:
@@ -85,6 +85,12 @@ class FASTDEPLOY_DECL FastDeployModel {
|
||||
*/
|
||||
virtual std::map<std::string, float> PrintStatisInfoOfRuntime();
|
||||
|
||||
/** \brief Check if the `EnableRecordTimeOfRuntime()` method is enabled.
|
||||
*/
|
||||
virtual bool EnabledRecordTimeOfRuntime() {
|
||||
return enable_record_time_of_runtime_;
|
||||
}
|
||||
|
||||
protected:
|
||||
virtual bool InitRuntime();
|
||||
virtual bool CreateCpuBackend();
|
||||
|
Reference in New Issue
Block a user