Commit Graph

56476 Commits

Author SHA1 Message Date
YangLuo 20946982cb fix chinese doc of minddata 2022-11-07 21:34:05 +08:00
dabaiji 4acc14ffee support SparseSegment bprop expander on CPU, fix CumSum bug 2022-11-07 21:06:30 +08:00
Zhangdanyang 9be4d518b7 merge 102.1 into gitee 2022-11-07 20:54:08 +08:00
i-robot c0574a1dd6
!45021 [MS][LITE]fix lite minddata DecodeCv read jpeg only issue.
Merge pull request !45021 from youshu/ys_lite_fix_1102
2022-11-07 12:49:48 +00:00
i-robot 4d4d50ffc6
!45140 npu_alloc_float_status op raises error when the input is no empty
Merge pull request !45140 from Yanzhi_YI/npuallocfloatstatus
2022-11-07 12:30:44 +00:00
i-robot 2727fa526f
!45209 add benchmark_train dump feature
Merge pull request !45209 from zhangyanhui/code_mas
2022-11-07 12:15:12 +00:00
i-robot 997b604556
!45192 [MS][OP]pdist / grad cpu op support dynamic shape
Merge pull request !45192 from mengyuanli/ds_pdist
2022-11-07 12:15:06 +00:00
i-robot 3d66fafcaa
!44910 Fix adamax dynamic shape error
Merge pull request !44910 from shaojunsong/fix/adamax
2022-11-07 12:02:26 +00:00
fengyihang 87a22de9a5 add marginrankingloss ops 2022-11-07 19:59:15 +08:00
i-robot f37650bbd4
!44997 support dense_to_csr drank
Merge pull request !44997 from 杨林枫/fix_drank
2022-11-07 11:59:04 +00:00
hanhuifeng2020 3fbe1de18c add Yolov5_Dynamic test case 2022-11-07 19:35:48 +08:00
hw_hz 36aa35e15e SparseSparseMaximum Check if A shape matchs with B shape 2022-11-07 19:34:44 +08:00
changzherui c9a091615e rectify functional.py 2022-11-07 19:33:27 +08:00
shenwei41 73bea6d638 Fix chinese api info 2022-11-07 19:15:36 +08:00
mengyuanli 67983d767c sync code from inner 2022-11-07 19:02:49 +08:00
i-robot 7cbea95e90
!45216 Delete redundant comments for example in the api dataset
Merge pull request !45216 from 刘勇琪/code_docs_modify_chinese_api
2022-11-07 10:14:27 +00:00
fengyihang 3b590239aa support flip isf issigned 2022-11-07 17:48:25 +08:00
xulei de748fb2f3 clean code 2022-11-07 17:28:36 +08:00
qiuzhongya ef814a261a dapted to cudnn cudnn 8.6 2022-11-07 17:19:31 +08:00
yao_yf 6a3b7d8429 fix check 2022-11-07 17:19:25 +08:00
i-robot 9d3cbd5b67
!45122 fix issues by add the no_repeat_ngram check
Merge pull request !45122 from bichaoyang/master
2022-11-07 09:11:14 +00:00
zhangyanhui 9e3b0f6c6b add benchmark_train dump feature 2022-11-07 17:10:41 +08:00
yeyunpeng2020 30ab13a45c mindir serializer support compression_type 2022-11-07 17:10:12 +08:00
i-robot dd00dcf010
!44587 add_parallel_scatter_nd_ops
Merge pull request !44587 from yao_yf/add_parallel_scatter_nd_ops
2022-11-07 09:02:46 +00:00
i-robot f7168c8ee7
!45184 Fix clean code warning
Merge pull request !45184 from 胡彬/clean-code-master
2022-11-07 08:49:15 +00:00
xiao_yao1994 8a88c7f6a5 fix spell error in lite compile graph 2022-11-07 16:48:58 +08:00
fandawei 70f7b00482 add ops.absolute and tensor.absolute 2022-11-07 16:35:43 +08:00
mengyuanli 28ee026f4a sparse_segment_sum cpu support dynamic shape 2022-11-07 16:34:41 +08:00
xiao_yao1994 efe85bb667 fix bug in AscendHostQueue, replace data node with const in init_graph,
and set heterogenous
2022-11-07 16:13:33 +08:00
liu-yongqi-63 29d97c96e2 Delete redundant comments for example in the api dataset 2022-11-07 16:02:44 +08:00
gaoyong10 99779473b9 Fix addr check in subgraph zero copy. 2022-11-07 15:32:51 +08:00
i-robot 550ff897c2
!45164 fix rewrite doc and add code examples
Merge pull request !45164 from 于振华/code_docs_fix_rewrite_doc_1104
2022-11-07 07:10:55 +00:00
yide12 2a2d3cd374 tensor_nele_numel_permute_positive_remainder 2022-11-07 14:50:44 +08:00
i-robot ccffe3c45c
!45017 weight quant support ON_THE_FLY
Merge pull request !45017 from yeyunpeng2020/master_quant_flag
2022-11-07 06:47:34 +00:00
i-robot 059d812177
!44981 [MSLITE] Fix bug of converter.
Merge pull request !44981 from wangshaocong/bugfix_npu
2022-11-07 06:39:43 +00:00
Xiao Tianci eabd4e6971 Support float label in MixUpBatch and CutMixBatch 2022-11-07 14:22:06 +08:00
yuzhenhua f0c2fdc0cc fix rewrite doc and add code examples 2022-11-07 14:21:22 +08:00
i-robot b6c51acb6d
!45117 [MS][LITE]sync bug fix
Merge pull request !45117 from mengyuanli/sync
2022-11-07 06:16:56 +00:00
i-robot 100b5066df
!45195 fix glu docs
Merge pull request !45195 from lianliguang/code_docs_ms
2022-11-07 06:12:24 +00:00
i-robot 01ab193070
!45107 [MSLITE][CPU] tensor free data bugfix
Merge pull request !45107 from Greatpan/tensor_freedata_bugfix_master
2022-11-07 06:08:56 +00:00
i-robot 8e0e3ac7cc
!45112 Fix matrixinverse get_ajoint method
Merge pull request !45112 from panzhihui/fix_matrix_inverse_get_align
2022-11-07 05:05:05 +00:00
i-robot cc0bbf3e7f
!45152 optimize the VmapRule of Tile
Merge pull request !45152 from Erpim/1101
2022-11-07 04:23:11 +00:00
yeyunpeng2020 8534315dc6 weight quant support ON_THE_FLY 2022-11-07 11:40:53 +08:00
i-robot e139b69489
!45201 takedown testcases to ensure gate stability
Merge pull request !45201 from yanghaoran/master
2022-11-07 03:37:48 +00:00
i-robot e5dde16b95
!45202 modify format
Merge pull request !45202 from 俞涵/code_docs_1010
2022-11-07 03:32:19 +00:00
mengyuanli 09472bb296 scale_and_translate / scale_and_translate_grad support dynamic shape 2022-11-07 11:31:39 +08:00
wang_shaocong 17ae41fedd [MSLITE] Support an input padding of onnx pad op. 2022-11-07 11:26:02 +08:00
i-robot 15671f253c
!45180 adapt maxpool for ocr
Merge pull request !45180 from zhengyuanhua/br3
2022-11-07 03:17:46 +00:00
huodagu 3b6b1e8678 modify format 2022-11-07 11:08:21 +08:00
looop5 aa109c3690 sync bprop expanders 11.4 2022-11-07 10:54:48 +08:00