Commit Graph

2696 Commits

Author SHA1 Message Date
i-robot 68d54f9cf3
!44363 add function api of max_unpool1d, 2d, 3d
Merge pull request !44363 from LV/master
2022-10-28 02:17:51 +00:00
yangzhenzhang 5d5388ad00 rm set auto parallel 2022-10-28 09:25:22 +08:00
i-robot 0722f975a8
!44655 fix issues of dynamic onfuscation and add owners for it
Merge pull request !44655 from jxlang910/master
2022-10-27 16:48:29 +00:00
i-robot ff167749f1
!44641 Fix maxpool3d error
Merge pull request !44641 from 冯一航/fix_maxpool3d_error
2022-10-27 11:07:55 +00:00
fangzehua ec43c8b63b acc arthitic op 2022-10-27 17:39:22 +08:00
i-robot db66ded59d
!44690 fix bug in function api dropout1d
Merge pull request !44690 from ZhidanLiu/code_docs_master
2022-10-27 09:37:33 +00:00
i-robot d0be01fcb0
!44581 tensor_neg_master
Merge pull request !44581 from yide12/tensor_neg_master
2022-10-27 09:27:24 +00:00
LV fbb5bd8984 fix bug in function api dropout1d 2022-10-27 17:10:24 +08:00
i-robot 482bed848a
!44640 fix glu doc
Merge pull request !44640 from lianliguang/code_docs_ms
2022-10-27 09:08:09 +00:00
i-robot b12587f4d8
!43520 [ST][MS][OPS] greater, greater_equal, igamma, igammac Functional APIs; index_add, greater, greater_equal, igamma, igammac Tensor APIs and STs.
Merge pull request !43520 from alashkari/new-apis-oct-10
2022-10-27 09:06:22 +00:00
luoyuan 197c4a2f92 [MS][LITE] fix python lite api resize 2022-10-27 16:51:14 +08:00
i-robot a030fc8e1a
!44327 Add meory offload doc
Merge pull request !44327 from tanghuikang/code_docs_memory_offload
2022-10-27 08:16:24 +00:00
i-robot e720b5e117
!44543 add nn and function api for dropout1d
Merge pull request !44543 from ZhidanLiu/master
2022-10-27 08:00:13 +00:00
jin-xiulang 66c5ccb827 fix issues of dynamic obfuscation and add owners for it 2022-10-27 15:37:19 +08:00
i-robot f830c964a9
!44644 delete the links in webpage
Merge pull request !44644 from 宦晓玲/code_docs_1026
2022-10-27 06:18:25 +00:00
fengyihang 8188357ab0 modify maxpool3d errors 2022-10-27 13:18:02 +08:00
i-robot bf99cc4fa1
!44558 Add tensor.det() and tensor.ndimension()
Merge pull request !44558 from shaojunsong/feature/tensor1025
2022-10-27 03:52:38 +00:00
i-robot e54b62bd30
!43407 [AutoParallel]Make the Batch Error if the inputs's batch is different
Merge pull request !43407 from huangxinjing/fix_shape_infer_error
2022-10-27 03:50:07 +00:00
i-robot f6625ff6c8
!44520 fix sparse promote
Merge pull request !44520 from jachua/sparse_fix
2022-10-27 03:02:10 +00:00
huanxiaoling 59d23e67af modify the links in webpage 2022-10-27 10:50:11 +08:00
i-robot 67281f9a6f
!44631 fix KLDivLoss docs
Merge pull request !44631 from 范吉斌/code_docs_kldiv
2022-10-27 02:00:07 +00:00
lianliguang c5931973a3 modify glu ops doc 2022-10-27 09:56:19 +08:00
LV fdc041120b add function api of max_unpool1d, 2d, 3d 2022-10-27 09:42:46 +08:00
i-robot 18f73f81b1
!44542 Catch exception when timeout
Merge pull request !44542 from ZPaC/catch-exception-in-cgn
2022-10-27 01:27:11 +00:00
fanjibin 8832bb156f fix KLDivLoss docs 2022-10-26 22:22:36 +08:00
ZhidanLiu 5667a08106 add nn and function api for dropout1d 2022-10-26 19:04:52 +08:00
i-robot 330b96f0c1
!44612 modify format
Merge pull request !44612 from 俞涵/code_docs_1010
2022-10-26 09:02:19 +00:00
i-robot 65fe6884fd
!43888 fix svd problem
Merge pull request !43888 from huanghui/fix-svd-error
2022-10-26 08:54:36 +00:00
huodagu 57625863a9 modify format 2022-10-26 16:33:58 +08:00
alashkari 6eb0c045d5 Added New Functional & Tensor APIs. 2022-10-26 02:41:53 -04:00
fengyihang 265a5be6e3 fix tensor docs 2022-10-26 14:27:19 +08:00
i-robot c1547b7222
!44198 support LPPool
Merge pull request !44198 from 冯一航/support_lppool
2022-10-26 03:35:33 +00:00
i-robot 30f36ba219
!44528 support arcsinh and arctanh
Merge pull request !44528 from 冯一航/support_arc_sin_tanh
2022-10-26 03:32:16 +00:00
i-robot 897b7e28df
!44537 code_docs_ctcloss
Merge pull request !44537 from yide12/code_docs_ctcloss
2022-10-26 03:09:42 +00:00
yide12 b48f5c41d4 tensor_neg_master 2022-10-26 10:47:24 +08:00
shaojunsong 4c3b9a84fe add tensor.det and tensor.ndimension 2022-10-26 10:46:29 +08:00
huangmengxi 7d41b51d68 sparse promote 2022-10-26 10:05:22 +08:00
i-robot 9b86178885
!44521 [MS]solve the review comments for log_uniform_candidate_sampler primitive
Merge pull request !44521 from zhaizhiqiang/master
2022-10-26 02:01:22 +00:00
fengyihang 3240bb2b74 support arcsinh arctanh 2022-10-25 20:32:23 +08:00
ZPaC 11b674ba44 Catch exception when timeout 2022-10-25 19:24:00 +08:00
i-robot 2d6c9c8f14
!44549 modify format
Merge pull request !44549 from 俞涵/code_docs_1010
2022-10-25 09:29:02 +00:00
huodagu 827d93e750 modify format 2022-10-25 17:02:26 +08:00
i-robot 33fcd900a6
!42845 add tensor functions
Merge pull request !42845 from qmckw/master
2022-10-25 08:45:00 +00:00
fengyihang c3d8bbc738 add LPPool1d 2022-10-25 15:59:55 +08:00
zhaizhiqiang d9f5e65047 resolve the review comments for log_uniform_candidate_sampler op 2022-10-25 15:40:15 +08:00
yide12 a828437f55 code_docs_ctcloss 2022-10-25 15:33:13 +08:00
huanghui 6d35c8b3ca fix gpu svd 2022-10-25 11:08:42 +08:00
huanxiaoling aeba65630c modify the content in rst file 2022-10-25 10:45:22 +08:00
i-robot 8d88f5f72b
!44025 add_ctcloss
Merge pull request !44025 from yide12/loss_ctc_master
2022-10-25 02:23:18 +00:00
i-robot 5ac3e9e5de
!44438 fix ops.Select infer shape
Merge pull request !44438 from 李林杰/1023_fix_select_infer_shape_master
2022-10-25 01:36:06 +00:00
i-robot ac2d982c16
!44396 HingeEmbeddingLoss
Merge pull request !44396 from shaojunsong/feature/nn/hinge
2022-10-24 17:13:28 +00:00
lilinjie fdbac22d91 fix ops.Select infer shape 2022-10-25 00:01:56 +08:00
i-robot a154da782a
!44476 modify format
Merge pull request !44476 from 俞涵/code_docs_1010
2022-10-24 11:33:57 +00:00
huodagu 83a532b2e3 modify format 2022-10-24 17:48:15 +08:00
shaojunsong 17e8e40ec5 Add nn.HingeEmbeddingLoss 2022-10-24 17:30:41 +08:00
i-robot 90f66d904d
!44214 [MS][Kernel]add log_unform_candidate_sampler primitive
Merge pull request !44214 from zhaizhiqiang/master
2022-10-24 07:31:33 +00:00
yide12 a9b4a4b0f9 add ctcloss 2022-10-24 09:32:19 +08:00
zhaizhiqiang a254fee827 add log_uniform_candidate_sampler op 2022-10-24 09:16:07 +08:00
huodagu 4e870b13e3 modify format 2022-10-21 18:52:11 +08:00
i-robot 9a6bfee9ad
!43917 [MS][LITE][parallel predict] fix Python doc: config path
Merge pull request !43917 from yefeng/451-fix_python_doc-master
2022-10-21 08:57:03 +00:00
i-robot 43af19a7cf
!44254 Rename the decorator ms_kernel to kernel
Merge pull request !44254 from zichun_ye/custom_kernel_rename
2022-10-21 08:52:17 +00:00
i-robot 41cd603770
!44278 reversev2 add gpu data type and test cases
Merge pull request !44278 from 黄勇/reverse_add_data_type
2022-10-21 08:08:31 +00:00
i-robot 9e8fcda9a7
!44145 fix code cleans for dynamic obfuscation
Merge pull request !44145 from jxlang910/master
2022-10-21 07:47:42 +00:00
i-robot 3b6370e2e1
!43890 Add api mindspore.jit and mindspore.jit_class.
Merge pull request !43890 from huangbingjian/jit_decorator
2022-10-21 07:11:17 +00:00
jin-xiulang 8987faef8d fix review opinions and add ut for dynamic obfuscation 2022-10-21 14:26:49 +08:00
i-robot b94f0c8df9
!44126 rewrite: for create functional node
Merge pull request !44126 from 于振华/rewrite_create_functional_1018
2022-10-21 04:47:25 +00:00
i-robot 7fa11d0958
!40682 【算子众智】【电子科技大学】【数据算子】【encode_jpeg】encode a image as jpeg
Merge pull request !40682 from dengjian/upstream_encode_jpeg
2022-10-21 03:36:12 +00:00
i-robot 56c5f8700d
!44331 Update nn.Adam docs
Merge pull request !44331 from shaojunsong/code_docs_adam1019
2022-10-21 03:16:54 +00:00
shaojunsong 8ec99a5ed7 Update nn.Adam docs 2022-10-21 10:21:44 +08:00
huangbingjian b98fc0021a Add api mindspore.jit and mindspore.jit_class.
1、ms_function will be removed in a future version and replaced with jit.
2、ms_class will be removed in a future version and replaced with
jit_class.
2022-10-21 10:17:44 +08:00
tanghuikang 6ef8965c32 Add meory offload doc 2022-10-21 10:05:53 +08:00
huangyong cdd9e64d67 add reversev2 data type and test case 2022-10-21 09:42:16 +08:00
i-robot 246b7c28c6
!43448 for replicationpad
Merge pull request !43448 from 于振华/replicationpad_develop_1008
2022-10-20 17:38:55 +00:00
deng jian 832489a372 [feat] [assistant] [I4S2F8] add new data operator encode_jpeg 2022-10-20 11:38:58 -04:00
i-robot 64134a98e6
!44299 add XavierNormal initializer
Merge pull request !44299 from 吕昱峰(Nate.River)/master
2022-10-20 14:03:15 +00:00
panfengfeng 763dee47b7 add/update func avg_pool1d avg_pool2d avg_pool3d doc
add func blackman_window doc
add func bounding_box_decode bounding_box_encode doc
add func expand doc
add tensor to/bool/float/half/int/long doc
add tensor expand doc
add func check_valid/cholesky/cholesky_inverse doc
add tensor cholesky/cholesky_inverse doc
2022-10-20 20:26:44 +08:00
i-robot 9986f13a48
!44247 add docs of operators 2
Merge pull request !44247 from panfengfeng/code_docs_add_ops_doc_2
2022-10-20 12:14:15 +00:00
i-robot 25ee22283e
!43972 add nn api of MaxUnpool1d, 2d, 3d
Merge pull request !43972 from LV/master
2022-10-20 11:59:31 +00:00
panfengfeng 0cca4b4c46 add tensor conj/cross/cumprod/div/equal/erfinv/expm1/less_equal doc & add func conj/cross/cumprod/div/equal/erfinv/expm1/less_equal/diagonal/div/gelu doc 2022-10-20 19:52:40 +08:00
yefeng 016962a941 set config path doc 2022-10-20 19:05:10 +08:00
i-robot acbdcd1722
!44128 modify doc
Merge pull request !44128 from xumengjuan1/code_docs_x12
2022-10-20 09:22:09 +00:00
lvyufeng 578fcb4260 add XavierNormal initializer 2022-10-20 17:08:42 +08:00
i-robot c3fef30f35
!44153 add tensor dim(), numpy(), param copy() function
Merge pull request !44153 from changzherui/add_numpy_param_copy
2022-10-20 08:57:30 +00:00
Zichun Ye 26a70116f2 rename the docarator ms_kernel to kernel
fix code check problem

fix code check problem

fix code review comment
2022-10-20 16:05:12 +08:00
LV 60b2bce240 add nn api of MaxUnpool1d, 2d, 3d 2022-10-20 15:21:33 +08:00
xumengjuan1 cac3101bd4 modify doc 2022-10-20 15:15:21 +08:00
i-robot b7cc20f39a
!44217 [MD] Rectify terminology from operator to operation
Merge pull request !44217 from xiaotianci/code_docs_terminology_rectification
2022-10-20 06:58:28 +00:00
i-robot beada27515
!44144 add memory optimize level doc
Merge pull request !44144 from 王禹程/add_doc
2022-10-20 06:41:51 +00:00
i-robot 8f42725575
!44266 modify format
Merge pull request !44266 from 俞涵/code_docs_1010
2022-10-20 06:40:13 +00:00
i-robot 9998d6dbde
!44143 [profiler] fix parameter type error description
Merge pull request !44143 from zangqx/m_ascend_timeline
2022-10-20 06:38:38 +00:00
i-robot e0f7852c5c
!44253 remove operator ScalarToArray
Merge pull request !44253 from zhujingxuan/remove
2022-10-20 06:34:48 +00:00
i-robot e186f406a2
!44205 reverse增加cpu动态shape, nn、functional接口及中文api
Merge pull request !44205 from 黄勇/reverse
2022-10-20 06:17:56 +00:00
Xiao Tianci 560f3672c5 rectify terminology from operator to operation 2022-10-20 11:39:24 +08:00
huodagu 3861531c58 modify format 2022-10-20 11:35:35 +08:00
zhujingxuan 5dfe8f2669 remove operator ScalarToArray 2022-10-20 09:33:32 +08:00
changzherui 3d3254a990 add tensor dim(), numpy(), param copy 2022-10-19 23:46:08 +08:00
臧庆香 bbe585499c [profiler] param type error 2022-10-19 21:38:00 +08:00
i-robot 46db6ccd22
!44218 add CN docs for some APIs
Merge pull request !44218 from 李林杰/code_docs_1019_add_CN_docs_for_6_ops_master
2022-10-19 11:22:45 +00:00
lilinjie d04aab3682 add CN docs for some APIs 2022-10-19 18:52:37 +08:00
i-robot 7d00444942
!44213 fix data sink doc
Merge pull request !44213 from 于振华/code_docs_fix_datasink_doc_1019
2022-10-19 09:12:45 +00:00