Skip to content

Commit

Permalink
[Doc] Update RuntimeOption API docs (#813)
Browse files Browse the repository at this point in the history
[Android] Update RuntimeOption API docs
  • Loading branch information
DefTruth committed Dec 7, 2022
1 parent 1921350 commit 13842e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions java/android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,8 @@ public class FaceDetectionResult {
public class RuntimeOption {
public void enableLiteFp16(); // 开启fp16精度推理
public void disableLiteFP16(); // 关闭fp16精度推理
public void enableLiteInt8(); // 开启int8精度推理,针对量化模型
public void disableLiteInt8(); // 关闭int8精度推理
public void setCpuThreadNum(int threadNum); // 设置线程数
public void setLitePowerMode(LitePowerMode mode); // 设置能耗模式
public void setLitePowerMode(String modeStr); // 通过字符串形式设置能耗模式
Expand Down

0 comments on commit 13842e6

Please sign in to comment.