markuskunej
54e584c300
Added input column validation for offloaded map operations.
Moved check_add_offload from dataset_helper.py to offload.py.
4 years ago
i-robot
c5b650069f
!28662 Add input type check for instance Create in Cell.construct
Merge pull request !28662 from zhangzhaoju/master
4 years ago
i-robot
fc4abc99f5
!28595 Fix some code review probelms
Merge pull request !28595 from xiaotianci/update_code_review
4 years ago
i-robot
5c961f9fb2
!28812 [MD UT] Misc AutoTune and Profiling UT updates
Merge pull request !28812 from cathwong/ckw_prof_misc
4 years ago
i-robot
017cb5f3ad
!27980 auto insert VirtualDataset node for master
Merge pull request !27980 from lilei/insert_virtualdataset_for_master
4 years ago
Cathy Wong
12b4e81f55
MD UT: Misc AutoTune and Profiling UT updates
4 years ago
i-robot
15bd3af3e3
!28821 Adapt to the old data format of aicpu
Merge pull request !28821 from zangqx/zangqx_5
4 years ago
i-robot
d33f1c7e48
!28757 fix greater op infervalue issue & err massage
Merge pull request !28757 from Simson/op_infer
4 years ago
i-robot
8a6ca25539
!28641 unify ge and vm backend
Merge pull request !28641 from xiaoyao/master
4 years ago
Xiao Tianci
96a2e38d01
update review problems
4 years ago
i-robot
1ac5261dfe
!28598 fix softmaxcrossentropywithlogits infer
Merge pull request !28598 from jiangzhenguang/softmaxcrossentropywithlogits
4 years ago
臧庆香
10d275114e
Adapt to the old data format of aicpu
4 years ago
xiao_yao1994
0843910260
unify ge and vm backend
4 years ago
zhangzhaoju
a54d1f33e7
Add input type check for instance Create in Cell.construct
Adjust the order of resource release sequence
Save executor_info to cache after compile avoiding inconsistent between
python cache and c++ cache
Clean entire_costgraph at ClearResAtExit to avoid coredump.
4 years ago
simson
0191832a1d
fix greater op infervalue
4 years ago
yangzhenzhang
e5df74e9e4
compute top bottom overlap for conv2d
4 years ago
jiangzhenguang
d895eadd7b
fix softmaxcrossentropywithlogits infer
4 years ago
Margaret_wangrui
7d1f3d71ba
Optimize error message
4 years ago
i-robot
0823ec3e9a
!28535 Modify Error Info
Merge pull request !28535 from liuyang/ms_error
4 years ago
i-robot
d7c41f3f5f
!28553 [Fallback] Deal with constants such as np.pi
Merge pull request !28553 from huangbingjian/attr_const
4 years ago
liuyang_655
15a153a40d
Modify error info
4 years ago
huangbingjian
45e8b52f6e
[Fallback] Do not interpret constant from third-partiy library.
4 years ago
i-robot
b073af4b5d
!28559 [MD][Offload] Added dimension check to required Offload ops.
Merge pull request !28559 from alashkari/offload-fix
4 years ago
i-robot
a1720c210d
!22348 [assistant][ops] Add new loader EnWik9Dataset
Merge pull request !22348 from 杨旭华/EnWik9Dataset
4 years ago
i-robot
ec485cb436
!28307 convert EnvSetItem/EnvGetItem to primitive EnvironSet/EnvironGet
Merge pull request !28307 from xychow/EnvGetItem-conversion
4 years ago
Rescue
fac68dbb46
Added dimension check to required Offload ops.
4 years ago
i-robot
de030c8d41
!28204 Improved HwcToChw support multi-channel input.
Merge pull request !28204 from unseenme/mindcon_coding_hwc2chw
4 years ago
unseenme
755cb0adfa
Improved HwcToChw support multi-channel input.
4 years ago
Eden
63ab65e3a4
[feat] [assistant] [#I40GYF] add new loader EnWik9Dataset
4 years ago
zhousiyi
19e9571149
rename env_getitem/setitem to EnvironGet/EnvironGet
4 years ago
i-robot
dba67422f9
!28384 [Fallback] Support the use of self
Merge pull request !28384 from huangbingjian/fallback_self
4 years ago
i-robot
e8b4e34f02
!28352 Optimize the exception message while the return number of brop is wrong
Merge pull request !28352 from zhangzhaoju/master_I4NX1K
4 years ago
i-robot
03b4829b86
!28431 [Auto parallel] MoE Changes
Merge pull request !28431 from Xiaoda/122-moe-changes
4 years ago
zhangzhaoju
1950b6a823
Optimize the exception message while the return number of brop is wrong
Fix:I4OQM9 Bprop out check message optimize
4 years ago
vddong
7449b8364b
[feat][assistant][I40GYQ] add new dataset operator WIDERFace
4 years ago
huangbingjian
58bafb539a
[Fallback] Support self attr/method.
4 years ago
Xiaoda Zhang
6d8320fa66
1) fix the exact division in moe;
2) changing CumSum from composition to a single Operator;
3) add InferMirrorOps for CumSumInfo.
4 years ago
jingyangxiang
a7f8b3af1c
[feat][assistant][ops]New operator implementation, include IMDBDataset
Signed-off-by: zjuter0126 <977180923@qq.com>
4 years ago
zjuter0126
3c2ca41886
[feat][assistant][ops] add new data operator WikiTextDataset
4 years ago
i-robot
17b3e3cd13
!28267 Resuse ConvertData of GenerateArgumentsKey
Merge pull request !28267 from zhangzhaoju/master_res_base
4 years ago
i-robot
ae1278fa42
!28074 convert execute mode to graph mode when loading mindir
Merge pull request !28074 from lianliguang/master
4 years ago
i-robot
ac9e545dc8
!22546 add new dataset loading operator CaltechDataset
Merge pull request !22546 from 杨旭华/CaltechDataset
4 years ago
zhangzhaoju
c5b2996b3f
Resuse ConvertData of GenerateArgumentsKey
4 years ago
lianliguang
d5efef0ae6
convert pynative mode to graph mode when loading mindir
4 years ago
donrichnx
9a0fc0ffc1
[feat] [assistant] [I40GYH] add new dataset loading operator CaltechDataset
4 years ago
Xiaoda Zhang
1bdb610b34
changing default value of single-loop flag
4 years ago
i-robot
67e843ec7f
!27487 [assistant] [ops][SpectralCentroid]
Merge pull request !27487 from 杨旭华/SpectralCentroidOp
4 years ago
i-robot
7faf774063
!22310 [assistant][ops] Add new loader SemeionDataset
Merge pull request !22310 from 杨旭华/SemeionDataset
4 years ago
i-robot
bff8d6ae01
!28247 Fix Python Vocab validation
Merge pull request !28247 from luoyang/vocab
4 years ago
luqilin
896f10d6d5
[feat][assistant][I40GYK] add new dataset loading operator SemeionDataset
4 years ago