Commit Graph

50623 Commits

Author SHA1 Message Date
i-robot 16339e9d16
!40105 fix code check
Merge pull request !40105 from hezhenhao1/master
2022-08-10 05:28:53 +00:00
i-robot 457da0b344
!40164 fix bug for functional random_poisson
Merge pull request !40164 from hangq/master
2022-08-10 05:28:15 +00:00
Margaret_wangrui c07e385996 Support the type of the input of built-in function max and min is tensor. 2022-08-10 13:01:52 +08:00
luqilin d60d08247e [feat] [assistant] [I4S2FJ] Add new video operator RandomHorizontalFlip 2022-08-10 12:36:04 +08:00
jianghui58 512048fc35 split infer&train weight init && remove unused train files 2022-08-10 12:27:32 +08:00
i-robot 4902e3f58e
!40083 [MS][OPS] UniformCandidateSampler add parameter's checking in C++ primitive
Merge pull request !40083 from louie5/master
2022-08-10 03:31:09 +00:00
albert-yan 1e35ed2ec6 support uint8 dtype transform pass 2022-08-10 11:20:11 +08:00
i-robot 13e82faa56
!39238 Remove MS_DEV_ENV_ENABLE_CLOSURE and incorporate pass
Merge pull request !39238 from chenfei_mindspore/remove-incorporate-pass
2022-08-10 03:19:25 +00:00
i-robot f856da70d9
!40038 clean code for master
Merge pull request !40038 from changzherui/clean_code2_ma
2022-08-10 03:18:23 +00:00
zhengzuohe fdfb033d1c simplify dynamic model using the new feature: dynamic-shaped Tensor index operations 2022-08-10 11:09:39 +08:00
i-robot 9e4266b951
!40117 clean code on grid_sample_3d_cpu_kernel
Merge pull request !40117 from liuchao/cleancode
2022-08-10 02:45:59 +00:00
i-robot 16588a9eed
!40159 clean code for master
Merge pull request !40159 from changzherui/clean_code_python2_ma
2022-08-10 02:42:32 +00:00
i-robot 4f5663236c
!40157 Fix core issue on SquareSumAll cpu op master
Merge pull request !40157 from TinaMengtingZhang/master
2022-08-10 02:40:32 +00:00
i-robot 7dc8e239c7
!40061 fix warning message
Merge pull request !40061 from fujianzhao/fix_warning
2022-08-10 02:37:40 +00:00
王程浩 7987313790 modify the bug when csr_tensor value is negative 2022-08-10 10:36:37 +08:00
CHEN YU c1e79ff41e Migarate infershape and infertype for conv3dtranspose from Python to C++
Suppport dynamic shape
2022-08-10 10:33:44 +08:00
Zhang Qinghua ba3596880c Reset the 'enable_tuple_broaden' flag for continuous running. 2022-08-10 10:32:28 +08:00
zjun a98ee245ed Opitimize mindir convert
Signed-off-by: zjun <zhangjun0@huawei.com>
2022-08-10 10:27:44 +08:00
z00512249 85fe33c8f1 fix codex 2022-08-10 10:23:58 +08:00
Zichun Ye 2def22dd5d fix code check and some docs
fix code check and some docs

fix code check and some docs

fix code check and some docs

fix code check and some docs

fix format

fix format

fix commit number

fix format
2022-08-10 10:16:21 +08:00
i-robot 839a7fae7c
!40139 [MS][LITE] cloud inference pkg
Merge pull request !40139 from sunsuodong/cloud_inference_pkg2
2022-08-10 02:08:45 +00:00
ttudu 40f65170cb fix gumbelsoftmax Rel error in graphmode 2022-08-10 10:03:45 +08:00
liangzhibo 33d8220d93 Enable tuple in tuple setitem 2022-08-10 09:54:17 +08:00
hangangqiang b1623fc2e9 add CN api docs & add scalar rate ST & add 1-D-tensor check for argument shape 2022-08-10 09:49:34 +08:00
i-robot a112ab76cb
!39928 [MSLITE][CPU] reduce doc fix, code round master branch from r1.8 branch
Merge pull request !39928 from Greatpan/reduce_op
2022-08-10 01:37:41 +00:00
i-robot 9618d31d87
!40113 [MS][LITE] fix online convert check outputfile
Merge pull request !40113 from luoyuan/fix-online-convert-outputfile
2022-08-10 01:35:09 +00:00
gongdaguo1 324b409ec0 fix parallel 2022-08-10 09:33:45 +08:00
i-robot ed28a17ad3
!40124 fix statistic utils bug
Merge pull request !40124 from yeyunpeng2020/master_statistic
2022-08-10 01:33:40 +00:00
i-robot 57110610ac
!39995 [MD] Add validatation for image in dimension of 1
Merge pull request !39995 from xiaotianci/validate_image
2022-08-10 01:22:38 +00:00
i-robot e2dcfc380d
!40100 [MS][LITE]fix bug of return value
Merge pull request !40100 from mengyuanli/pc500_2
2022-08-10 01:16:20 +00:00
i-robot 95ac4161ca
!39090 add EndGraph
Merge pull request !39090 from zhangyinxia/master
2022-08-10 01:12:05 +00:00
zhousiyi 2f8d7994d8 test case: PolyNode in renormalization after cconv 2022-08-10 01:11:43 +00:00
i-robot 8a8b2d3f8c
!40116 Fix UnifyMindIR of Sparse
Merge pull request !40116 from jiaorui/sparse-bug
2022-08-10 01:09:58 +00:00
taipingchangan 0066a3a9d3 adapt cuda.ops code to msvc 2022-08-10 09:07:45 +08:00
zengzitao be53775137 uss op adapt 2022-08-10 08:47:55 +08:00
changzherui b60a364ce1 clean python code for ma 2022-08-10 06:20:36 +08:00
i-robot f0a99ea3bd
!40153 fix some docs related issues
Merge pull request !40153 from 李林杰/code_docs_0809_fix_docs_related_issues_master
2022-08-09 15:43:31 +00:00
TinaMengtingZhang 3f1006e446 fix core dump issue - SquareSumAll op 2022-08-09 15:42:48 +00:00
changzherui ceeedd4066 clean code c 1.8 2022-08-09 23:38:08 +08:00
lilinjie 54a23cfb4b fix docs related issues 2022-08-09 22:17:08 +08:00
i-robot ace944e14b
!40089 Modify outermost Parameter input test cases level into level0.
Merge pull request !40089 from 张清华/opt0
2022-08-09 13:27:21 +00:00
yefeng 90c44eb6be mirror pad grad vmap 2022-08-09 21:12:36 +08:00
lizhenyu c7873f49cc clean code warning 2022-08-09 21:11:43 +08:00
i-robot 7235f41446
!39888 fix ctc_greedy_decoder func
Merge pull request !39888 from panfengfeng/fix_ctc_greedy_decoder_func
2022-08-09 13:08:15 +00:00
i-robot 7ba8a7c9f0
!40079 adapt ccsrc.gpu code to msvc
Merge pull request !40079 from chenminmin/master
2022-08-09 13:06:54 +00:00
i-robot 5b6f5d72ff
!40144 add readme file for pre-push
Merge pull request !40144 from fengyixing/master
2022-08-09 13:06:43 +00:00
i-robot 32946f08b7
!39988 [MSLITE][CPU] conv 1x1 slidewindows, support avx512
Merge pull request !39988 from Greatpan/conv_sw1x1_avx512_support
2022-08-09 12:44:32 +00:00
fengyixing 1095191ac9 add reademe file for pre-push 2022-08-09 20:42:45 +08:00
liyiqi aaf17bc436 record parallel::COMM_REUSE tag in primitive 2022-08-09 20:40:49 +08:00
i-robot 9d4d3bbe2e
!40076 clean code in python on master.
Merge pull request !40076 from chenlei_autodiff/py_clean
2022-08-09 12:31:17 +00:00