Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
Paddle-Lite
提交
P
Paddle-Lite
项目概览
PaddlePaddle
/
Paddle-Lite
通知
331
Star
4
Fork
1
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
271
列表
看板
标记
里程碑
合并请求
78
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
P
Paddle-Lite
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
271
Issue
271
列表
看板
标记
里程碑
合并请求
78
合并请求
78
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
7efcc19c45ca59aabf6b764f970018ca33f07947
切换分支/标签
Paddle-Lite
src
13 12月, 2018
2 次提交
H
Add top_k and cast operators
· 7efcc19c
由
hjchen2
提交于
12月 13, 2018
7efcc19c
H
Optimize gru kerenl, thanks to smilejames
· 647f9806
由
hjchen2
提交于
12月 13, 2018
647f9806
12 12月, 2018
1 次提交
fix some bugs in fpga V2 track and update fpga V2 pe code
· 34479467
由
qnqinan
提交于
12月 12, 2018
34479467
11 12月, 2018
1 次提交
H
Fix offline quantize to make sure it will not overflow
· af992941
由
hjchen2
提交于
12月 11, 2018
af992941
10 12月, 2018
4 次提交
H
Change 'val * (1.f / count)' to 'val / count' to fix average pooling calculation precision
· 048d6bce
由
hjchen2
提交于
12月 10, 2018
048d6bce
H
Fix pooling3x3 bug
· e55af459
由
hjchen2
提交于
12月 10, 2018
e55af459
H
Fix pooling3x3 bug
· b3cecdaf
由
hjchen2
提交于
12月 10, 2018
b3cecdaf
H
Optimize pooling3x3
· 8ab6a810
由
hjchen2
提交于
12月 10, 2018
8ab6a810
09 12月, 2018
5 次提交
H
Fix pooling3x3 bug
· 63c005cc
由
hjchen2
提交于
12月 09, 2018
63c005cc
H
Refactor pooling implementation
· 90631def
由
hjchen2
提交于
12月 09, 2018
90631def
Z
enable the concat op to support int8_t type as inputs and outputs.
· 18a0da6d
由
ZhenWang
提交于
12月 09, 2018
18a0da6d
Z
rm extra file
· 0cb27625
由
zhangyang
提交于
12月 09, 2018
0cb27625
Z
init parameters for conv&EW drivers for FPGA track
· 2cddd508
由
zhangyang
提交于
12月 09, 2018
2cddd508
08 12月, 2018
2 次提交
H
Remove int8 conv/fc fusion ops since leadding to float model prediction failure
· 37c24a06
由
hjchen2
提交于
12月 08, 2018
37c24a06
H
Fix vActive_f32 template type
· fbaecedf
由
hjchen2
提交于
12月 08, 2018
fbaecedf
07 12月, 2018
6 次提交
H
Refactor dequant fusion kernels to support more fusion patterns
· ca0fd822
由
hjchen2
提交于
12月 07, 2018
ca0fd822
fix some bugs in fpga V2 track
· 0d256909
由
qnqinan
提交于
12月 07, 2018
0d256909
H
Add dequant to quant fusion kernel and support relu6
· ab6b3178
由
hjchen2
提交于
12月 07, 2018
ab6b3178
fix bugs for FPGA v2 track
· d4d3b65a
由
qnqinan
提交于
12月 07, 2018
d4d3b65a
Z
fix bug for FPGA track
· 7340ba02
由
zhangyang
提交于
12月 07, 2018
7340ba02
Z
fix bug for FPGA track
· 82e20c5b
由
zhangyang
提交于
12月 07, 2018
82e20c5b
06 12月, 2018
2 次提交
H
Fix undefined symbol for ios arm v8
· be055633
由
hjchen2
提交于
12月 06, 2018
be055633
Z
add fusion fc int8_t op and its UT.
· 3dbf9966
由
ZhenWang
提交于
12月 06, 2018
3dbf9966
05 12月, 2018
3 次提交
Y
imp dropout op kernel for gpu
· 5e4160d8
由
yangfei
提交于
12月 05, 2018
5e4160d8
Y
imp dropout op kernel for gpu
· 7dbb4fb8
由
yangfei
提交于
12月 05, 2018
7dbb4fb8
Z
change format for FPGA track
· e48e7398
由
zhangyang
提交于
12月 05, 2018
e48e7398
04 12月, 2018
8 次提交
Z
add deconv for FPGA V1
· 25f42668
由
zhangyang
提交于
12月 04, 2018
25f42668
Z
add int8_t type sgemm_omp
· 5e882269
由
ZhenWang
提交于
12月 04, 2018
5e882269
Y
imp resnet and squeezenet
· 486b7861
由
yangfei
提交于
12月 04, 2018
486b7861
Z
add more UT for pool_int8.
· 23571a48
由
ZhenWang
提交于
12月 04, 2018
23571a48
Z
fix omp parallel bug.
· 85b4921c
由
ZhenWang
提交于
12月 04, 2018
85b4921c
Z
Revert "fix no neon bugs."
· 5a62451b
由
ZhenWang
提交于
12月 04, 2018
This reverts commit
0a6079cc
.
5a62451b
Z
fix no neon bugs.
· 63e33f38
由
ZhenWang
提交于
12月 04, 2018
63e33f38
Z
add int8_t type pooling support.
· 67a2f0ea
由
ZhenWang
提交于
12月 04, 2018
67a2f0ea
03 12月, 2018
5 次提交
Z
fix some bugs.
· ca3c0309
由
ZhenWang
提交于
12月 03, 2018
ca3c0309
Z
update the usage of matmul
· 9a30bf0b
由
ZhenWang
提交于
12月 03, 2018
9a30bf0b
Z
add deconv op for V1 for FPGA track
· 6b14134f
由
zhangyang
提交于
12月 03, 2018
6b14134f
H
Revert int8 gemm
· 04c6f0cc
由
hjchen2
提交于
12月 03, 2018
04c6f0cc
H
Optimize int8 depthwise conv
· 94e89540
由
hjchen2
提交于
12月 03, 2018
94e89540
30 11月, 2018
1 次提交
Z
update the code style according suggestions.
· f35cd850
由
ZhenWang
提交于
11月 30, 2018
f35cd850