Add some comments for ppyoloe (#324)

* Add some comments for ppyoloe

* Update runtime.h
This commit is contained in:
Jason
2022-10-07 20:41:04 +08:00
committed by GitHub
parent 116265d239
commit 12e5a65fc3
7 changed files with 134 additions and 23 deletions

View File

@@ -54,7 +54,7 @@ FASTDEPLOY_DECL std::ostream& operator<<(std::ostream& out,
const ModelFormat& format);
/*! Paddle Lite power mode for mobile device. */
enum FASTDEPLOY_DECL LitePowerMode {
enum LitePowerMode {
LITE_POWER_HIGH = 0, ///< Use Lite Backend with high power mode
LITE_POWER_LOW = 1, ///< Use Lite Backend with low power mode
LITE_POWER_FULL = 2, ///< Use Lite Backend with full power mode