mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-05 16:48:03 +08:00
Validate all backends for detection models and add demo code & docs (#94)
* Validate all backends for detection models and add demo code and doc * Delete .README.md.swp
This commit is contained in:
@@ -81,6 +81,12 @@ class RuntimeOption:
|
||||
def disable_paddle_mkldnn(self):
|
||||
return self._option.disable_paddle_mkldnn()
|
||||
|
||||
def enable_paddle_log_info(self):
|
||||
return self._option.enable_paddle_log_info()
|
||||
|
||||
def disable_paddle_log_info(self):
|
||||
return self._option.disable_paddle_log_info()
|
||||
|
||||
def set_paddle_mkldnn_cache_size(self, cache_size):
|
||||
return self._option.set_paddle_mkldnn_cache_size(cache_size)
|
||||
|
||||
|
Reference in New Issue
Block a user