提交 c998292e 编写于 作者: H Huihuang Zheng

Merge branch 'zhenghuihuang/jni-feature' into 'incubate/lite'

Zhenghuihuang/jni feature

See merge request inference/paddlelite!78
...@@ -33,7 +33,7 @@ public class PaddlePredictor { ...@@ -33,7 +33,7 @@ public class PaddlePredictor {
* *
* @param modelPath modelPath model file path * @param modelPath modelPath model file path
* @param preferredPlace preferred place to run Cxx Model * @param preferredPlace preferred place to run Cxx Model
* @param validPlaces n * 4 int array, valid places to run Cxx Model * @param validPlaces valid places to run Cxx Model
* @return true if load successfully * @return true if load successfully
*/ */
public static native boolean loadCxxModel(String modelPath, Place preferredPlace, Place[] validPlaces); public static native boolean loadCxxModel(String modelPath, Place preferredPlace, Place[] validPlaces);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册