未验证 提交 c890d4f5 编写于 作者: H huzhiqiang 提交者: GitHub

【JAVA API】Fix Java API

上级 823f0dae
......@@ -78,7 +78,7 @@ public class MobileConfig extends ConfigBase {
*
* @return liteModelFile
*/
public String getModelFile() {
public String getModelFromFile() {
return liteModelFile;
}
......@@ -96,7 +96,7 @@ public class MobileConfig extends ConfigBase {
*
* @return liteModelBuffer
*/
public String getModelBuffer() {
public String getModelFromBuffer() {
return liteModelBuffer;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册