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

Fix java API

上级 a123c6e6
......@@ -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.
先完成此消息的编辑!
想要评论请 注册