i-robot
|
c2c1fe0f86
|
!31377 code clean
Merge pull request !31377 from chenweifeng/code-clean
|
4 years ago |
i-robot
|
15ef20ca3c
|
!31418 Add three input support back for BindaryCrossEntropyGrad.
Merge pull request !31418 from TronZhang/add_three_input_support_for_binary_cross_entropy_grad
|
4 years ago |
i-robot
|
2e516c735b
|
!28640 [assistant] [ops] Add the FillV2 operator
Merge pull request !28640 from 爱科学的小松鼠/OpFill
|
4 years ago |
hu-daiwang
|
3b093696e7
|
[feat] [assistant] [I48O6L] add the fillV2 operator
|
4 years ago |
TronZhang
|
4ceccfe277
|
add 3 input support for binary cross entropy back
|
4 years ago |
wilfChen
|
94837c8c38
|
code warning clean
|
4 years ago |
i-robot
|
f52272ae34
|
!31369 Fix code check 2.0 issue
Merge pull request !31369 from ZPaC/static
|
4 years ago |
i-robot
|
d2e5cd3b94
|
!31338 [MS][LITE] fix codex warnning
Merge pull request !31338 from jianghui58/fix_warning
|
4 years ago |
i-robot
|
bf1dfe0f8e
|
!31291 [lite]arithmetic opt
Merge pull request !31291 from 徐安越/master3
|
4 years ago |
ZPaC
|
42bdf2bc5b
|
Fix code check 2.0 issue
|
4 years ago |
i-robot
|
0373d2f915
|
!31299 fix dynamic resize bug for matmul fp16
Merge pull request !31299 from yeyunpeng2020/master
|
4 years ago |
xuanyue
|
23fc218626
|
arithmetic opt
|
4 years ago |
jianghui58
|
e35d1adf83
|
fix codex warning
|
4 years ago |
i-robot
|
1fd5efeb2b
|
!31324 Delete redundant AssignAdd register.
Merge pull request !31324 from TronZhang/fix_cpu_kernel_registerd
|
4 years ago |
buxue
|
b7f90e2b16
|
implement Conv2dBackward and log of pool
|
4 years ago |
TronZhang
|
b8cbf8d176
|
cpu kernel registerd
|
4 years ago |
yeyunpeng2020
|
e989fd50b9
|
fix dynamic resize bug for matmul fp16
|
4 years ago |
TronZhang
|
db2931516e
|
refactor cpu factory
|
4 years ago |
sunsuodong
|
dc3c0e0b86
|
fix_matmul_infer
|
4 years ago |
i-robot
|
3e65014230
|
!31042 [MSLITE][CPU] dynamic thread refactor and optimization, and add split op and softmax op dynamic thread choose
Merge pull request !31042 from Greatpan/dynamicThread_v3
|
4 years ago |
greatpanc
|
07255c8939
|
dynamic thread refactor and optimization, add split op and softmax op dynamic thread choose
|
4 years ago |
i-robot
|
6423febaf0
|
!30981 Priority replay buffer backend kernel implementation
Merge pull request !30981 from chenweifeng/priority-replay-buffer-backend-kernel
|
4 years ago |
i-robot
|
5fb502fdb4
|
!30978 Priority replay buffer bugfix
Merge pull request !30978 from chenweifeng/priority-replay-buffer-fix
|
4 years ago |
i-robot
|
7c1e6bbbbc
|
!30941 [MSLITE][Func] Add random normal operator.
Merge pull request !30941 from wangshaocong/bugfix_master
|
4 years ago |
wilfChen
|
8a358f0817
|
fix priorities update issue
|
4 years ago |
wilfChen
|
d19579b3dd
|
priority kernel backend implementation
|
4 years ago |
buxue
|
c0b7aa77c0
|
delete init array because not support on mac
|
4 years ago |
i-robot
|
33495ae1e9
|
!30940 Use dynamic address for recv actor
Merge pull request !30940 from ZPaC/parse-label-for-parameter-update
|
4 years ago |
wangshaocong
|
b2730f590d
|
[MSLITE] Add randomNormal operator.
|
4 years ago |
i-robot
|
55916a8394
|
!30711 move AkgCallBack to the first input of akg cpu kernel; add an extend_data value
Merge pull request !30711 from DeshiChen/0301_akgcallback
|
4 years ago |
i-robot
|
438a4081fb
|
!28887 [assistant][ops] Add the MulNoNan operator
Merge pull request !28887 from 胡代旺/OpMulNoNan
|
4 years ago |
i-robot
|
ef5249b067
|
!30914 [MSLITE][CPU] op Dynamic thread choose Optimization, refactor and Optimization
Merge pull request !30914 from Greatpan/dynanic_thread_new
|
4 years ago |
ZPaC
|
4d3ded56a9
|
Use dynamic address for recv actor
|
4 years ago |
i-robot
|
64544b142a
|
!30340 develop maxpool3d, avgpool3d and conv3d on CPU(including farward and backward)
Merge pull request !30340 from zhangbuxue/develop_conv3d_maxpool3d_and_avgpool3d_on_cpu
|
4 years ago |
hu-daiwang
|
2cc4a44cbf
|
[assistant][ops] Add the MulNoNan operator
|
4 years ago |
buxue
|
50f3ad00ab
|
develop maxpool3d, avgpool3d and conv3d on CPU(including forward and backward)
|
4 years ago |
wilfChen
|
0b279dce20
|
fifo replay buffer
|
4 years ago |
i-robot
|
5e51dda2f7
|
!30837 priority replay buffer
Merge pull request !30837 from chenweifeng/priority-replay-buffer
|
4 years ago |
i-robot
|
69ada65e0a
|
!27273 [feat] [assistant] [I48O78][I48O4O]Add Rsqrt and RsqrtGrad Operators
Merge pull request !27273 from 桂宁馨/RsqrtGrad
|
4 years ago |
greatpanc
|
05fbb7cf9c
|
dynanic thread refactor and optimization
|
4 years ago |
i-robot
|
9b9760a481
|
!30831 [MS][LITE] fix lite train resize issue
Merge pull request !30831 from zhengjun10/fix
|
4 years ago |
i-robot
|
048205e033
|
!30861 Fix send recv correction.
Merge pull request !30861 from ZPaC/parse-label-for-parameter-update
|
4 years ago |
i-robot
|
ad808b3b30
|
!30872 [MS][LITE][Develop] fix memory leaks
Merge pull request !30872 from sunsuodong/fix_memory_leaks
|
4 years ago |
yushu-linfeng
|
33a16501bb
|
[feat] [assistant] [I48O78][I48O4O]Add Rsqrt and RsqrtGrad Operators
|
4 years ago |
i-robot
|
f7796d5d62
|
!30777 [MS][LITE] fix a model with 1x1 conv which run failed in x86
Merge pull request !30777 from XianglongZeng/myms_new_2
|
4 years ago |
i-robot
|
47c9e65acd
|
!30844 fix cpu sparse ftrl error
Merge pull request !30844 from kisnwang/fix-cpu-sparse-ftrl-error
|
4 years ago |
zhengjun10
|
4855e427d6
|
fix lite train resize issue
|
4 years ago |
sunsuodong
|
aa8c060587
|
fix_memory_leaks
|
4 years ago |
ZPaC
|
23ce8b1b6a
|
Fix send recv correction.
|
4 years ago |
i-robot
|
7ad4b6b329
|
!30783 [lite]fix bug for tf
Merge pull request !30783 from 徐安越/master_core
|
4 years ago |