i-robot
|
32c2b77595
|
!19093 [assistant][ops] Add new audio operator Biquad
Merge pull request !19093 from 杨旭华/Biquad
|
4 years ago |
i-robot
|
4342a186de
|
!23180 Refactor FuncGraphManager & FuncGraphTransaction
Merge pull request !23180 from hewei/opt_manager
|
4 years ago |
i-robot
|
3e1d1ff4d3
|
!18671 [assistant][ops]New operator implementation, include SBUDataset
Merge pull request !18671 from Wangsong95/sbu_dataset
|
4 years ago |
liannai
|
631f49f044
|
[feat][assistant][I3T96A] Add new audio operator Biquad
|
4 years ago |
He Wei
|
4f92e0ca11
|
Refactor FuncGraphManager & FuncGraphTransaction
Make them more object-oriented, and optimize performance.
|
4 years ago |
Carry955
|
0ba84345b0
|
[feat][assistant][I3J6U3] add new audio operator DCShift
|
4 years ago |
Isaac17555
|
53fc99b914
|
[feat][assistant][I3T96B]add new data operator LFilter
|
4 years ago |
i-robot
|
94f7cba97c
|
!23219 remove profiling parameters in set_context function
Merge pull request !23219 from yanghaitao/yht_remove_set_context_from_profiling_3
|
4 years ago |
YJfuel123
|
16150d394f
|
[feat][assistant][I3ALd1] add new operator EqualizerBiquad
|
4 years ago |
ckczzj
|
af97ba4a77
|
[feat][assistant][I3J6VH] add new data operator SBU
|
4 years ago |
i-robot
|
cdde54a146
|
!23202 codedex and pclint warning fix
Merge pull request !23202 from zetongzhao/warn_fix
|
4 years ago |
i-robot
|
6d709c7254
|
!19624 [assistant][ops] Add new dataset operator DIV2K.
Merge pull request !19624 from Rainfor/div2k
|
4 years ago |
i-robot
|
b14297bd06
|
!18598 [assistant][MulLawDecoding]
Merge pull request !18598 from QingfengLi/mulawdecoding
|
4 years ago |
wangkc123
|
3daf3a4d5f
|
[feat] [assistant] [I3CKEK] add new dataset operator DIV2K
|
4 years ago |
yanghaitao1
|
83302ad23c
|
remove profiling parameters in set_context function
|
4 years ago |
robert_luo_yibo
|
ce71699734
|
[feat][assistant][I3CEG5] add new data OP MuLawDecoding
|
4 years ago |
i-robot
|
ceb37595c3
|
!23163 Compile isolation for Profiling and Dump
Merge pull request !23163 from caifubi/master-compile-isolation-profiling-dump
|
4 years ago |
i-robot
|
32cc5d79b0
|
!18670 [assistant][ops]New operator implementation, include USPSDataset
Merge pull request !18670 from Wangsong95/usps_dataset
|
4 years ago |
i-robot
|
f91e1440c8
|
!17810 [assistant][ops][DeemphBiquadOp]
Merge pull request !17810 from Isaac/DeemphBiquad
|
4 years ago |
i-robot
|
4a57aa126b
|
!22880 add tune black op list
Merge pull request !22880 from laiyongqiang/tune_blacklist
|
4 years ago |
zetongzhao
|
e2a5dafaf3
|
warning fix
|
4 years ago |
ckczzj
|
d7c702e9d4
|
[feat][assistant][I3J6VL] add new data operator USPS
|
4 years ago |
liyong
|
0959c54ae9
|
fix bug in random posterize
|
4 years ago |
LaiYongqiang
|
0e4e52afcb
|
add tune black op list
|
4 years ago |
caifubi
|
f092e623e0
|
Compile isolation for Profiling and Dump
|
4 years ago |
i-robot
|
936940da8e
|
!22666 [assistant][ComplexNorm]
Merge pull request !22666 from QingfengLi/ComplexNorm
|
4 years ago |
Isaac
|
5dc6c7fe96
|
[feat][assistant][I3J6U6]add new data operator DeemphBiquad
|
4 years ago |
i-robot
|
9ad56e86ab
|
!17846 [assistant][ops]Add new operator HighpassBiquad
Merge pull request !17846 from YJfuel123/HighpassBiquad
|
4 years ago |
i-robot
|
a918783f1a
|
!22623 Add Random operation with Multi Field
Merge pull request !22623 from shenwei41/operation_dev
|
4 years ago |
shenwei41
|
a8d02ab782
|
Add Random operation with MultiField
|
4 years ago |
i-robot
|
938324b397
|
!19362 [assistant][ops] Add new dataset operator Cityscapes.
Merge pull request !19362 from Rainfor/cityscapes
|
4 years ago |
i-robot
|
4cab7ffbd3
|
!22909 sync code to gitee according code review
Merge pull request !22909 from guozhijian/sync_code_review
|
4 years ago |
i-robot
|
c44c5b494b
|
!22980 Fix a bug for assign in OrderedSet/OrderedMap
Merge pull request !22980 from hewei/fix_ordered_set_map
|
4 years ago |
yaoyuan
|
85a1b55b47
|
[feat] [assistant] [I3ALCL] add new operator HighpassBiquad
|
4 years ago |
yelihua
|
801121a140
|
add common get realpath method
|
4 years ago |
Guo Zhijian
|
4b413922ac
|
fix: code review new
|
4 years ago |
He Wei
|
90621de3aa
|
Fix a bug for assign in OrderedSet/OrderedMap
1. Old data should be cleared before assign to new data;
2. FuncGraph::CopyNodes should use 'update' instead of 'operator='.
|
4 years ago |
Zhang Qinghua
|
7203989c26
|
Support fallback feature in Graph mode (1).
|
4 years ago |
i-robot
|
ff81c3ce13
|
!22828 [AutoParallel]Add no_elimilate for communication op
Merge pull request !22828 from lichen/add_no_elimilate_for_comm_op
|
4 years ago |
lichenever
|
56b31fce42
|
add_no_elimilate_for_comm_op
|
4 years ago |
zhouyaqiang
|
dad375abb9
|
add gpu complex ops
|
4 years ago |
robert_luo_yibo
|
3d58da9023
|
[fix][assistant][I47V0O] fix bug about the wrong output in the operator ComplexNorm
|
4 years ago |
i-robot
|
fc9d4ed659
|
!17813 [assistant][ops] Add new audio operator Contrast
Merge pull request !17813 from 杨旭华/Contrast
|
4 years ago |
i-robot
|
2c692bf7de
|
!22450 insert the overflow check operators according to the "gradients" scope name.
Merge pull request !22450 from guoqi/overflow-check-master
|
4 years ago |
wangkc123
|
70f741bcc1
|
[feat] [assistant] [I3CKEM] add new dataset operator Cityscapes
|
4 years ago |
i-robot
|
389f3a6b6c
|
!21835 make alltoall and neighborexchange to be interface && revert pr 21395
Merge pull request !21835 from zhoufeng/revert-same-input-to-comm-op
|
4 years ago |
guoqi
|
8fccec4c20
|
insert overflow check operaters according to the 'gradients' scope
|
4 years ago |
tongyue
|
329526dea8
|
[feat][assistant][I3J6U0] add new data operator Contrast
|
4 years ago |
zhoufeng
|
ecae690a19
|
Revert "fix same node is used by two comm op"
This reverts commit b09d411dc4.
add AlltoAll and NeighborExchange as interface
|
4 years ago |
i-robot
|
a47ab8d643
|
!18073 [assistant][ops]Add new operator LowpassBiquad
Merge pull request !18073 from YJfuel123/LowpassBiquad
|
4 years ago |