公告板
版本库
filestore
活动
搜索
登录
development-history
/
proxy
概况
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
xuxiuxi
2017-08-11
5f12988a77d078a5e5155c9a301e45bfd288d7e5
[development-history/proxy.git]
/
VisitFace
/
DemoForBsk
/
app
/
src
/
main
/
java
/
cn
/
com
/
basic
/
face
/
util
/
CaffeMobile.java
1
2
3
4
5
6
7
8
9
10
11
package cn.com.basic.face.util;
/**
* Created by xiuxi on 2017/6/15.
*/
public class CaffeMobile {
public static native double hello(String model_file, String trained_file);
}