[Backend] enable lite arm64-v8a fp16 option. (#380)

[lite] enable lite arm64-v8a fp16 option.
This commit is contained in:
DefTruth
2022-10-18 10:01:36 +08:00
committed by GitHub
parent ce309d84e8
commit 2665933b7c
2 changed files with 6 additions and 3 deletions

View File

@@ -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();