i-robot
372065c821
!26325 [assistant][ops] add Addcdiv and Addcmul
Merge pull request !26325 from 孟权令/Addcdiv
4 years ago
i-robot
2fbec9a554
!27856 use neighbor-exchange-v2 for conv2d
Merge pull request !27856 from yangzhenzhang/use-neighborexchangev2-for-conv2d
4 years ago
i-robot
bc235730ca
!27957 parallel_ut_refactoring
Merge pull request !27957 from 王志伟/parallel_ut_refactoring2
4 years ago
huangbingjian
fea6974c80
Support numpy augassign method, subscript method and binary operations.
4 years ago
fattycat
289a7997df
[feat] [assistant] [#I40GYB] add new loader CoNLL2000ChunkingDataset
4 years ago
Sawyer
564d83c959
[feat][assistant][I3T921][I3T923] add Addcdiv and Addcmul
4 years ago
i-robot
cfdae8e0fc
!27925 [ME] Optimize the error message of the operator module.
Merge pull request !27925 from Margaret_wangrui/operator
4 years ago
yangzhenzhang
8a68577756
use neighbor-exchange-v2 for conv2d
4 years ago
wzw
a9b78682d5
parallel ut refactor 3
4 years ago
i-robot
f007b8a99f
!27745 [MD][Offload] Move offload checks and split to the C pipeline
Merge pull request !27745 from markuskunej/offload_column_pipeline
4 years ago
Margaret_wangrui
f9a88a01bc
[ME] Optimize the error message of the operator module
4 years ago
i-robot
7331629ceb
!22686 [assistant][ops][Dither]
Merge pull request !22686 from Isaac/Dither
4 years ago
i-robot
76aaf62088
!27860 The profiler framework data is changed to binary data
Merge pull request !27860 from helloiSCSI/data_reduce
4 years ago
i-robot
953920112c
!22553 [assistant][ops] Add new loader UDPOSDataset
Merge pull request !22553 from 杨旭华/UDPOSDataset
4 years ago
i-robot
cc3c980a07
!27874 Real、conj、imag 接口支持实数输入
Merge pull request !27874 from zhouyaqiang0/master
4 years ago
helloiSCSI
115ec28ea0
Profiler save framework data as binary data
1. Reconstructing the profiler data reporting module
2. Rewrite the write framework data module, Detail: add a new profiler_reporter file to report binnary data, and delele all the old
profiler reporter diretcory.
3. Rewrite the parse framework data module
4. Fix the framework module ut and st
4 years ago
i-robot
f1b26ea205
!21339 [assistant][ops]New operator implementation, include SparseApplyAdadeltaD
Merge pull request !21339 from 梁秀波/SparseApplyAdadeltaD
4 years ago
zhouyaqiang
a6b48e003d
Adapt Real input of ops real imag conj
4 years ago
haohaonannan97
f480be7c48
[feat][assistant][I40GXF] add new data operator Dither
4 years ago
王天浩
11cb3e4ef7
[fear][assistant][I40GYA] add new loader UDPOSDataset
4 years ago
wild-fox
452dbd4551
[feat][assistant][I40FFU] add new Ascend operator SparseApplyAdadelta
4 years ago
zorax
031c792cf6
[assistant][ops]New operator implementation, include ApplyAdamWithAmsgradD
4 years ago
i-robot
87c7fc13bb
!23042 [assistant][ops]New operator implementation, include NonMaxSuppressionV3
Merge pull request !23042 from 梁秀波/NonMaxSuppressionV3
4 years ago
i-robot
57bbfe6453
!27741 Add test util function to write object into json
Merge pull request !27741 from sabrinasun_59ee/test
4 years ago
sabrinasun
2fa9399231
add test function to write object to json
4 years ago
markuskunej
0c10f52eb4
Moved the offload operation check and map operation split from python (datasets.py) to c++ (NodeOffloadPass.cc).
Updated check for offload in python (dataset_helper.py and
iterators.py).
Updated auto_offload test in test_map_offload.py.
Changed MapNode.offload type from bool->int in bindings.cc.
Changed manual offload flag from int->enum.
Update offload end of pipeline detection to be column-specific.
4 years ago
i-robot
457d953565
!22471 [assistant][ops]New operator implementation, include IsClose
Merge pull request !22471 from 梁秀波/IsClose
4 years ago
韩峥嵘
efe0fce473
[feat][assistant][I40FG0] add new Ascend operator NonMaxSuppression
4 years ago
i-robot
9b27295d1e
!27544 fixed st and landscape bugs
Merge pull request !27544 from Songyuanwei/test
4 years ago
i-robot
96b2dce300
!22248 [assistant][ops] Add new loader operator YahooAnswers
Merge pull request !22248 from 杨旭华/YahooAnswers
4 years ago
i-robot
3121a317ec
!27775 Fix Slice node's location incorrect
Merge pull request !27775 from huanghui/fix-Slice-no-location
4 years ago
韩峥嵘
43a495f3fd
[feat][assistant][I40FG5] add new Ascend operator IsClose
4 years ago
Carry955
2320bb7c70
[feat][assistant][I40GXW] add new loader YahooAnswers
4 years ago
i-robot
a618bb8ab5
!26949 save dataset into mindir - phase 2
Merge pull request !26949 from luoyang/mindir-stage2-2
4 years ago
i-robot
d1dbdeffcb
!27684 Update Python UT removal of generated files
Merge pull request !27684 from zetongzhao/update_python_remove
4 years ago
zetongzhao
7cb6989efd
replace python removal with pytest tmp_path
4 years ago
i-robot
2bf244cd66
!27757 Support variable index of getitem during handling cell list getattr.
Merge pull request !27757 from 张清华/opt_cell_list_getattr2
4 years ago
i-robot
0158db12e6
!27800 add testcase for ops
Merge pull request !27800 from zhanlijun/addtest1
4 years ago
songyuanwei
11d84058c3
fixed st and landscape bugs
4 years ago
Zhang Qinghua
ea8c47e981
Support variable index of getitem during handling cell list getattr.
4 years ago
zhanlijun
82de6c7ebc
add testcase
4 years ago
huanghui
d549ec5af5
fix Slice cannot get location
4 years ago
YangLuo
fa7ed720c8
Saving dataset into Mindir and load for inference phase 2
4 years ago
i-robot
c8096bc416
!27701 add output parallel strategy for gather op
Merge pull request !27701 from yangzhenzhang/add-output-strategy-for-gather-op
4 years ago
i-robot
67fc03f623
!27694 [API] python frame rebuild
Merge pull request !27694 from kingxian/master
4 years ago
jinxiaoxian
01fc6efc7d
rebuild python frame
4 years ago
yangzhenzhang
5f6477b022
add output strategy for gather op
4 years ago
i-robot
05336b03c5
!22332 [assistant][ops][SogouNews]
Merge pull request !22332 from 杨旭华/SogouNews
4 years ago
i-robot
8d648e0f1e
!19673 Seperate constant from pb file
Merge pull request !19673 from sabrinasun_59ee/constant
4 years ago
i-robot
f6fe56c20d
!27447 [MD][Offload] Fix Offload Normalize op bug, Added extra tests to Offload UT.
Merge pull request !27447 from alashkari/offload-fix
4 years ago