Commit Graph

2919 Commits

Author SHA1 Message Date
zuochuanyong 41e9f05a0b add 3 distributions 2022-11-13 19:22:54 +08:00
i-robot 66270a8f84
!45169 move enterprise code to opensource
Merge pull request !45169 from zhangbuxue/from_enterprise_code_to_opensource
2022-11-12 10:34:08 +00:00
lianliguang 2f1cea5e67 remove useless api 2022-11-12 14:53:35 +08:00
Corleone 235c602d3a modify Tensor doc for median op 2022-11-11 21:26:25 +08:00
i-robot 04071265a5
!44783 redefine median function api
Merge pull request !44783 from liuchao/median
2022-11-11 13:08:16 +00:00
i-robot 28fdfb512a
!43683 [assistant][ops] Add Betainc, SpaceToBatchND and BatchToSpaceND
Merge pull request !43683 from zwy9901/merge
2022-11-11 09:36:00 +00:00
i-robot 8d7576b64f
!45343 add api Tensor.rad2deg deg2rad
Merge pull request !45343 from emmmmtang/tensor_deg2rad
2022-11-11 09:32:54 +00:00
deng jian 860013e84f [feat] [assistant] [I4S2F7] add new data operator read_image 2022-11-11 04:02:11 -05:00
i-robot 46afb9d378
!45460 add file in rst folder
Merge pull request !45460 from 宦晓玲/code_docs_1111m
2022-11-11 07:38:49 +00:00
huanxiaoling cc6cf10c3b add file in rst folder 2022-11-11 14:53:46 +08:00
huodagu a33297f5d4 modify format 2022-11-11 12:15:54 +08:00
Corleone 7e22cb37d4 redefine median function api 2022-11-11 11:44:00 +08:00
maning202007 cfec93cdf1 Fix the summary operator example
Fix the error log Incorrect parameter for dump
2022-11-11 11:43:40 +08:00
i-robot 7179434b15
!45443 cummax函数名修正
Merge pull request !45443 from yxx/code_docs_export_primitive
2022-11-11 03:37:49 +00:00
emmmmtang 09c07f5ca9 add Tensor.rad2deg deg2rad 2022-11-11 11:24:41 +08:00
yangxixin 91a38196c9 cummax函数名修正 2022-11-11 11:02:22 +08:00
i-robot 458bb025dc
!45286 code_docs_fix_remainder
Merge pull request !45286 from yide12/tensor_nelement_numel_permute_positive_remainder
2022-11-11 02:50:54 +00:00
i-robot e9e4704949
!45413 [MS][DOC]add some primitive doc
Merge pull request !45413 from mengyuanli/code_docs_export_primitive_2
2022-11-11 02:47:52 +00:00
i-robot 3656c62627
!45405 pinv api增加至接口列表
Merge pull request !45405 from wujueying/master
2022-11-11 02:11:17 +00:00
i-robot 47e0db0c53
!45400 modify format
Merge pull request !45400 from 俞涵/code_docs_1110
2022-11-11 01:49:28 +00:00
mengyuanli b0b6b6cb56 add some primitive doc 2022-11-11 09:49:05 +08:00
i-robot e755f679ee
!45401 ops模块API文档补齐
Merge pull request !45401 from yxx/code_docs_export_primitive
2022-11-11 01:45:11 +00:00
fandawei 2a5a435391 add tensor.baddmm, doc and st test 2022-11-10 22:27:57 +08:00
yangxixin 98e7d511c3 ops模块API文档补齐 2022-11-10 20:58:07 +08:00
i-robot a6fdae96e4
!45395 add marginrankingloss docs
Merge pull request !45395 from 冯一航/code_docs_add_margin_doc
2022-11-10 10:56:31 +00:00
ZhidanLiu 1fa2406a35 add api of Tensor.log10, Tensor.log2 and Tensor.multiply 2022-11-10 17:44:52 +08:00
i-robot 7c0fb73222
!45347 [MS][DOC]export some primitive doc
Merge pull request !45347 from mengyuanli/code_docs_export_primitive
2022-11-10 09:04:27 +00:00
wujueying a5841b9e09 add pinv to api list 2022-11-10 16:43:37 +08:00
fengyihang 06c01d82f9 add marginrankingloss docs 2022-11-10 16:10:57 +08:00
mengyuanli 04156a8df0 export some primitive 2022-11-10 16:01:39 +08:00
i-robot fad3d9e59f
!45398 Update ops contents
Merge pull request !45398 from shaojunsong/code_docs_1104
2022-11-10 07:44:00 +00:00
huodagu 797dee43ee modify format 2022-11-10 15:19:25 +08:00
i-robot 41e0388f57
!44551 Modify ops.argmax functional api
Merge pull request !44551 from huangbingjian/argmax_func
2022-11-10 07:09:21 +00:00
shaojunsong 1f586262dc add ops func to contents 2022-11-10 15:02:56 +08:00
i-robot acad963438
!45316 neg_ops_master
Merge pull request !45316 from yide12/tensor_neg_master
2022-11-10 07:02:22 +00:00
i-robot 19f2e20376
!45197 Tensor APIs
Merge pull request !45197 from shaojunsong/tensor1104
2022-11-10 06:53:05 +00:00
i-robot 081d939a93
!45288 Modify the docs of conv3d functional api
Merge pull request !45288 from 朱家兴/master
2022-11-10 06:22:16 +00:00
i-robot a93291a84f
!45320 Add ops operators
Merge pull request !45320 from shaojunsong/fix/ops1109
2022-11-10 06:10:37 +00:00
i-robot a6ece5e38d
!45258 Add function.gaussian_nll_loss
Merge pull request !45258 from shaojunsong/fix/gaussian_nll_loss
2022-11-10 03:21:06 +00:00
i-robot 21ce969674
!38265 [feat] [assistant] [I4XJI7] add array operator MaskedFill
Merge pull request !38265 from Seeker98/op_maskedfill_0711
2022-11-10 02:58:11 +00:00
shaojunsong 6f14d7d62a add ops.true_divde, ops.subtract 2022-11-10 10:33:34 +08:00
i-robot 7822eb4216
!45273 [MindSpore]change csr_mm中文注释修改
Merge pull request !45273 from 十六夜/master
2022-11-10 01:27:44 +00:00
i-robot af77fb457c
!45182 add api of Tensor.lcm Tensor.ldexp
Merge pull request !45182 from emmmmtang/master
2022-11-10 01:10:05 +00:00
z30020733 cf430f82a4 Modify the docs of conv3d functional api 2022-11-09 20:58:26 +08:00
i-robot c085dc8bc2
!44592 remove useless api
Merge pull request !44592 from lianliguang/remove-useless-api
2022-11-09 12:50:26 +00:00
i-robot 38df7ea7a7
!45338 fix docs related issues master
Merge pull request !45338 from 李林杰/code_docs_1109_fix_docs_master
2022-11-09 11:20:17 +00:00
lilinjie 23ad3aad53 fix docs related issues master 2022-11-09 17:08:03 +08:00
shaojunsong e63c57ef62 add function.gaussian_nll_loss 2022-11-09 16:08:08 +08:00
huangbingjian e592cd16cf Modify ops.argmax functional api 2022-11-09 15:10:39 +08:00
lianliguang 316afeaf94 remove useless api 2022-11-09 14:46:43 +08:00
yangfn777 9e8c03a547 add aicpu op MaskedFill 2022-11-09 13:14:49 +08:00
huodagu 2374792d7a modify format 2022-11-09 11:34:40 +08:00
yide12 6eb55385c1 add_negative_ops 2022-11-09 10:33:56 +08:00
izayoi 75247267f9 csr_mm
Signed-off-by: izayoi <dingyahao@huawei.com>
2022-11-09 10:08:43 +08:00
i-robot e332250070
!45247 Add ops.arccos and tensor.arccos
Merge pull request !45247 from DavidFFFan/api_tensor
2022-11-09 01:34:24 +00:00
emmmmtang 95a5f96b16 add api of Tensor.lcm Tensor.ldexp 2022-11-08 21:16:20 +08:00
i-robot 0171878048
!45272 fix: md doc format
Merge pull request !45272 from guozhijian/code_docs_md_format
2022-11-08 11:12:01 +00:00
cse260 c4be3853bc Add Betainc,SpaceToBatchND and BatchToSpaceND 2022-11-08 18:28:29 +08:00
jonyguo 42cfac317d fix: doc format 2022-11-08 18:01:32 +08:00
huodagu 10ae4db3ee add note in examples 2022-11-08 17:50:31 +08:00
i-robot 62ea1616c0
!45246 q3 collective review part5 master
Merge pull request !45246 from 李林杰/code_docs_1107_q3_doc_collective_review_part5_master
2022-11-08 09:23:49 +00:00
lilinjie 366136aca5 q3 collective review part5 master 2022-11-08 16:30:27 +08:00
yide12 34536037ac remainder_docs_fix 2022-11-08 16:01:09 +08:00
shaojunsong 4c0a9fb094 add tensor APIs 2022-11-08 14:40:46 +08:00
fandawei eb49e3f975 add ops.arccos and tensor.arccos 2022-11-08 14:21:45 +08:00
i-robot 3bfd85aba9
!45002 fix error handling bug of StandardLaplace op
Merge pull request !45002 from panshaowu/master
2022-11-08 03:43:38 +00:00
i-robot 4e25f13e50
!45262 fix issues
Merge pull request !45262 from luojianing/code_docs_master
2022-11-08 03:33:26 +00:00
i-robot b7793e49db
!45011 rectify functional.py
Merge pull request !45011 from changzherui/rectify_functional.py
2022-11-08 02:56:37 +00:00
i-robot 5fce0f724d
!44610 tensor_nelement_numel_permute_positive_remainderr
Merge pull request !44610 from yide12/tensor_nelement_numel_permute_positive_remainder
2022-11-08 02:54:33 +00:00
i-robot f8b256b13c
!44919 tensor_arccosh_arcsin_arctan_arctan2_master
Merge pull request !44919 from yide12/tensor_arccosh_arcsin_arctan_arctan2_master
2022-11-08 02:54:22 +00:00
i-robot db9a328c6d
!45215 Add ops.absolute and tensor.absolute
Merge pull request !45215 from DavidFFFan/api
2022-11-08 02:53:33 +00:00
i-robot 2c6e29775f
!44947 support filp fliplr flipud isfloat issigned ops and tensor
Merge pull request !44947 from 冯一航/support_flip_isf_issigned
2022-11-08 02:50:29 +00:00
i-robot 572bdc1158
!45200 add marginrankingloss ops
Merge pull request !45200 from 冯一航/add_marginrankingloss_ops
2022-11-08 02:34:46 +00:00
i-robot 3819983f64
!45253 modify the error in nn
Merge pull request !45253 from 宦晓玲/code_docs_1101
2022-11-08 02:20:26 +00:00
luojianing 5208ff51a4 fix docs bugs 2022-11-08 10:03:54 +08:00
huanxiaoling cec73db2a0 modify the error in nn 2022-11-08 09:54:07 +08:00
buxue 8c6ee47470 move enterprise code to opensource 2022-11-08 06:07:15 +04:30
i-robot dfb8cc9ff2
!45134 Fix chinese api info
Merge pull request !45134 from shenwei41/code_docs_api
2022-11-08 01:35:43 +00:00
i-robot a2d3ab858b
!45039 fix chinese doc of minddata
Merge pull request !45039 from luoyang/code_docs_doc
2022-11-08 01:26:40 +00:00
YangLuo 20946982cb fix chinese doc of minddata 2022-11-07 21:34:05 +08:00
fengyihang 87a22de9a5 add marginrankingloss ops 2022-11-07 19:59:15 +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
fengyihang 3b590239aa support flip isf issigned 2022-11-07 17:48:25 +08:00
fandawei 70f7b00482 add ops.absolute and tensor.absolute 2022-11-07 16:35:43 +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
yuzhenhua f0c2fdc0cc fix rewrite doc and add code examples 2022-11-07 14:21:22 +08: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 e5dde16b95
!45202 modify format
Merge pull request !45202 from 俞涵/code_docs_1010
2022-11-07 03:32:19 +00:00
huodagu 3b6b1e8678 modify format 2022-11-07 11:08:21 +08:00
i-robot dfd2239118
!44859 CSRTensor & functional SparseMatrixSparseMatMul
Merge pull request !44859 from mamba_ni/master
2022-11-07 02:34:14 +00:00
i-robot 424c0b69d9
!44963 [profiler] add sync_enable parameter description
Merge pull request !44963 from zangqx/22Q3_profiler_perfect
2022-11-07 02:17:04 +00:00
lianliguang 6a982347cf fix bug of glu doc 2022-11-07 10:03:32 +08:00
izayoi16 1f1c71e1dd csr mm tensor&function 2022-11-05 20:32:10 +08:00
lilinjie e143d0c3b7 add note for conv1d and con2d ops 2022-11-05 14:58:32 +08:00
yide12 a59b5cc8c7 tensor_arccosh_arcsin_arctan_arctan2_master 2022-11-05 09:03:22 +08:00
i-robot 9878980561
!45036 q3 collective review part 4
Merge pull request !45036 from 李林杰/code_docs_1102_q3_doc_collective_review_part4_master
2022-11-04 08:26:58 +00:00
i-robot 33a431d723
!45100 [MD] Fix Chinese API docs of Audio module
Merge pull request !45100 from xiaotianci/code_docs_cn_api
2022-11-04 08:09:20 +00:00
i-robot f3761d3a9b
!45101 add CN doc for 6 APIs
Merge pull request !45101 from 李林杰/code_docs_1103_add_CN_doc_for_7_APIs_master
2022-11-04 07:28:43 +00:00
i-robot 845866ea8d
!40394 【算子众智】【电子科技大学】【数据算子】【read_file】read a file in binary mode
Merge pull request !40394 from dengjian/upstream_read_file
2022-11-04 07:08:26 +00:00
lilinjie 6e7fe8475d q3 collective review part 4 2022-11-04 15:03:00 +08:00
i-robot c136306390
!45097 [MS][OPS] code docs fix standard_normal ops parameter
Merge pull request !45097 from luoyuan/code_docs_fix-standard-normal-ops-para
2022-11-04 06:50:58 +00:00
lilinjie 0d2c188a84 add CN doc for 6 APIs 2022-11-04 12:28:04 +08:00
Xiao Tianci 13dc2113fa fix review comments of Chinese API docs 2022-11-04 11:44:10 +08:00
i-robot c03790d99a
!45115 modify format
Merge pull request !45115 from 俞涵/code_docs_1010
2022-11-04 03:14:51 +00:00
i-robot 2c818034ce
!41260 [feat][assistant][I5EWNX][I5EWO5]Add datatype for Mod and Erf
Merge pull request !41260 from 胡静/erf
2022-11-04 02:43:40 +00:00
huodagu f6a676979e modify format 2022-11-04 10:40:03 +08:00
i-robot 44749b7af1
!45103 move vmap doc
Merge pull request !45103 from Erpim/code_docs_vmap
2022-11-04 02:06:23 +00:00
i-robot 4abb535261
!45047 Update the change of supported enc_mode in rst files.
Merge pull request !45047 from jxlang910/fix_encrypt_rst
2022-11-04 01:33:50 +00:00
uestc_dengjian 3583d4e952 [feat] [assistant] [I4S2F6] add new data operator read_file 2022-11-03 12:43:55 -04:00
panshaowu e433a9ef71 fix error handling of StandardLaplace 2022-11-03 23:42:16 +08:00
臧庆香 7946c936bb [profiler] Fix minor problems 2022-11-03 21:01:40 +08:00
jin-xiulang b265eec217 Update the change of enc_mode supporting in rst files. 2022-11-03 20:57:45 +08:00
i-robot f52aa967d7
!45081 modify api for sparse add
Merge pull request !45081 from xiaoyao/code_docs_sparse_add
2022-11-03 12:35:56 +00:00
Erpim 1b7225fbf0 move vmap doc 2022-11-03 20:35:37 +08:00
i-robot 1dd18cff10
!45061 Optimize cn doc for place
Merge pull request !45061 from ZPaC/code_docs-place
2022-11-03 12:34:38 +00:00
luoyuan ecc92b91f8 [MS][OPS] code docs fix standard_normal ops parameter 2022-11-03 20:17:58 +08:00
i-robot f0e8416a40
!45024 fix: doc review MD step2 again
Merge pull request !45024 from guozhijian/fix_default_to_Default
2022-11-03 11:08:51 +00:00
i-robot 174f46f24d
!44944 del set_dynamic_columns operation
Merge pull request !44944 from 刘勇琪/master
2022-11-03 09:46:39 +00:00
xiao_yao1994 1f9ac6b042 modify api for sparse add 2022-11-03 17:38:53 +08:00
i-robot 446bf7da80
!44959 q3 collective review part3
Merge pull request !44959 from 李林杰/code_docs_1101_q3_doc_collective_review_part3_master
2022-11-03 08:43:30 +00:00
i-robot 55f61dde6b
!44907 q3_doc_collective_review_part2_master
Merge pull request !44907 from 李林杰/code_docs_1029_q3_doc_collective_review_part2_master
2022-11-03 08:43:22 +00:00
i-robot 778368f9a4
!45074 add Chinese rst file
Merge pull request !45074 from 宦晓玲/code_docs_1101
2022-11-03 08:16:48 +00:00
ZPaC 1d2bd20d8e Optimize cn doc for place 2022-11-03 16:14:31 +08:00
huanxiaoling 7e46ab785a add Chinese rst file 2022-11-03 15:57:25 +08:00
chujinjin 7eaf6e074d change defautl mode for doc 2022-11-03 15:08:03 +08:00
hj-ustb abdf77cb59 [feat][assistant][I5EWNX][I5EWO5]Add datatype for Mod and Erf 2022-11-03 14:58:36 +08:00
lilinjie 1cdefadd2c q3 collective review part3 2022-11-03 14:05:41 +08:00
jonyguo 2020f50d86 fix: doc review 2022-11-03 11:17:00 +08:00
fengyihang 9511b6b961 fix roll and lppool docs 2022-11-03 10:28:05 +08:00
hj-ustb af186cd429 [feat][assistant][I5EWNU] Add datatype for Elu 2022-11-03 10:04:15 +08:00
i-robot af9bf8fe71
!44986 fix rot docs and roll
Merge pull request !44986 from 冯一航/fix_roll_and_rot_docs
2022-11-03 01:53:04 +00:00
lilinjie bd568107bf q3_doc_collective_review_part2_master 2022-11-02 19:51:45 +08:00
i-robot 497f82cc09
!44900 add function and tensor api of unsqueeze
Merge pull request !44900 from ZhidanLiu/unsqueeze
2022-11-02 10:19:22 +00:00
i-robot 378ad91140
!44730 update custom op reg_info name logic
Merge pull request !44730 from zichun_ye/cust_reg_info
2022-11-02 09:53:27 +00:00
i-robot 13e9ca707c
!44987 code_docs_nn_master_additional
Merge pull request !44987 from yide12/code_docs_nn_master
2022-11-02 08:25:09 +00:00
i-robot ab8ec7b65c
!44989 fix api bugs
Merge pull request !44989 from ZhidanLiu/code_docs_master
2022-11-02 07:31:50 +00:00
liu-yongqi-63 ec2da070bf del set_dynamic_columns operation 2022-11-02 15:08:21 +08:00
i-robot d4db709ee0
!44822 Fix problems with some Chinese API reviews
Merge pull request !44822 from 刘勇琪/code_docs_modify_chinese_api
2022-11-02 06:36:55 +00:00
yide12 7849cfedab code_docs_nn_master 2022-11-02 14:29:18 +08:00
fengyihang 5ad2a90199 fix rot docs and roll 2022-11-02 14:18:02 +08:00
i-robot 624de7e33b
!44897 auto_parallel_checkpoint_transform_api_fix
Merge pull request !44897 from yao_yf/auto_parallel_checkpoint_transform_api_fix
2022-11-02 06:13:44 +00:00
i-robot 5bffe2984e
!44913 暂时回退reduce输入不转属性,待图算适配后再合入
Merge pull request !44913 from huoxinyou/1101reduce_rollback
2022-11-02 03:44:14 +00:00
i-robot 46c8c14bb7
!45000 modify format
Merge pull request !45000 from 俞涵/code_docs_1010
2022-11-02 03:40:10 +00:00
i-robot 790eca327b
!44993 fix rst of dynamic_obfuscation
Merge pull request !44993 from jxlang910/fix_rst
2022-11-02 03:28:21 +00:00
huodagu 5fcdc96742 modify format 2022-11-02 11:18:19 +08:00
jin-xiulang 998e9f26ca fix rst of dynamic_obfuscation 2022-11-02 11:06:42 +08:00
i-robot b412570b7b
!44882 fix: doc review MD
Merge pull request !44882 from guozhijian/fix_doc_review
2022-11-02 02:34:52 +00:00
ZhidanLiu f4e8231c98 fix api bugs 2022-11-02 10:22:22 +08:00
Zhidanliu c167b4aa92 add function and tensor api of unsqueeze 2022-11-01 20:39:54 +08:00
yao_yf 5fa24ee733 parallel checkpoint transform api fix 2022-11-01 20:38:39 +08:00
fengyihang 14ff3ac21a support tensor repeat elements 2022-11-01 20:22:50 +08:00
liu-yongqi-63 18194a3c4a Fix problems with some Chinese API reviews 2022-11-01 19:48:36 +08:00
i-robot 5f603ffb39
!44858 Tensor api unbind
Merge pull request !44858 from ZhidanLiu/unbind_master
2022-11-01 09:00:45 +00:00
Zichun Ye d7f4cc2fbb update custom op reg_info name logic
update uniq name logic

fix static check
2022-11-01 16:57:26 +08:00
i-robot 2bab0a4c55
!44914 Fix doc error of nn.ChannelShuffle
Merge pull request !44914 from pkuliuliu/code_docs_channel_shuffle
2022-11-01 03:33:55 +00:00
pkuliuliu e83cd531f4 fix doc errors of nn.ChannelShuffle 2022-11-01 11:21:08 +08:00
i-robot c1c0dd86f8
!44702 Add nn.ChannelShuffle
Merge pull request !44702 from pkuliuliu/master
2022-11-01 03:18:14 +00:00
jonyguo bee17e5bd7 fix: code review for md 2022-11-01 10:52:44 +08:00
huoxinyou ff92c92fbf Revert "reduce axis not convert to attr &" 2022-11-01 10:44:39 +08:00
i-robot b0c6abb6b2
!44772 pinverse算子
Merge pull request !44772 from wujueying/master
2022-10-31 13:34:52 +00:00
pkuliuliu e0f470751b add nn.ChannelShuffle 2022-10-31 21:15:12 +08:00
i-robot b74d5da22d
!42670 [assistant][ops] Add new video operator Rotate
Merge pull request !42670 from Maeyon-Z/rotate
2022-10-31 11:12:48 +00:00
ZhidanLiu e82f857226 Tensor and fucntion api of unbind 2022-10-31 16:55:01 +08:00
huodagu b40b5e399e modify API format problem 2022-10-31 16:40:50 +08:00
huodagu f0a45b5037 modify Tensor api 2022-10-31 15:32:00 +08:00
i-robot 8a7279af55
!43846 Add Support specified num attr for Unstack.
Merge pull request !43846 from TronZhang/unstack_unify
2022-10-31 06:43:37 +00:00
i-robot a12d6a81c5
!44692 acc arthetic cpu and reduce cpu kernel
Merge pull request !44692 from fangzehua/acc_arthi
2022-10-31 06:37:33 +00:00
i-robot ae483e6a6a
!44816 Remove the property tag from Parameter value.
Merge pull request !44816 from Margaret_wangrui/code_docs_param_value
2022-10-31 06:23:06 +00:00
i-robot e887778349
!44832 optimizes the documentation of chinese API of MaxPool2d
Merge pull request !44832 from zhangfanghe/doc_MaxPool2d_1029
2022-10-31 03:09:30 +00:00
i-robot 1b59e7d834
!44451 [ST][MS][OPS] ops.bartlett_window & ops.mse_loss APIs and STs.
Merge pull request !44451 from alashkari/new-apis-oct-24
2022-10-31 03:02:53 +00:00
wujueying cdcb40c412 add pinverse 2022-10-29 19:25:55 +08:00
i-robot f6866548c6
!43659 [ST][MS][OPS] isinf & logical_xor Functional APIs; isinf, isnan, le, less, logical_and, logical_not, logical_or & logical_xor Tensor APIs and STs.
Merge pull request !43659 from alashkari/new-apis-oct-11
2022-10-29 09:24:20 +00:00
zhangfanghe fd53096619 optimizes the documentation of chinese API of MaxPool2d. 2022-10-29 16:59:35 +08:00
yide12 85255a99e5 code_docs_nn_master 2022-10-29 15:33:08 +08:00
i-robot fd62bd27d4
!44807 修改reducesum skip_mode文档
Merge pull request !44807 from huoxinyou/code_docs_reducesum
2022-10-29 06:56:25 +00:00
i-robot aa58bea98c
!44399 pixel_shuffle_unshuffle_master
Merge pull request !44399 from yide12/pixel_shuffle_unshuffle_master
2022-10-29 06:43:04 +00:00
huoxinyou 7024472d02 modify reducesum skip_mode doc 2022-10-29 14:35:43 +08:00
i-robot c3e4084367
!44747 q3_doc_collective_review_part1_master
Merge pull request !44747 from 李林杰/code_docs_1028_q3_doc_collective_review_part1_master
2022-10-29 06:30:06 +00:00
TronZhang da9b42d623 make unstack support given num attr 2022-10-29 14:10:14 +08:00
Margaret_wangrui 1304ba57ab Remove the property tag from Parameter value. 2022-10-29 12:48:53 +08:00
lilinjie ef7d6972d3 q3_doc_collective_review_part1_master 2022-10-29 12:25:15 +08:00
i-robot 6231f9a782
!44800 modify lppool docs
Merge pull request !44800 from 冯一航/code_docs_modify_lppool_docs
2022-10-29 03:10:02 +00:00
i-robot df5f138d03
!40746 【算子众智】【电子科技大学】【数据算子】【write_file】write a file using binary mode
Merge pull request !40746 from dengjian/upstream_write_file
2022-10-29 02:42:53 +00:00
fengyihang 79cc780c5a modify lppool docs 2022-10-29 10:09:08 +08:00
alashkari 55c936c1e6 Added new functional apis. 2022-10-28 22:05:54 -04:00
i-robot eadfae72f2
!44659 fix lppool
Merge pull request !44659 from 冯一航/fix_lppool
2022-10-29 02:04:35 +00:00
i-robot 922919e8f9
!44766 modify param of data sink
Merge pull request !44766 from 于振华/modify_datasink_param
2022-10-29 01:34:54 +00:00
i-robot a943fc9506
!44286 reduce类算子,原语新增skip_reduce属性;axis输入在cpu、gpu上不转属性
Merge pull request !44286 from huoxinyou/1017reduce
2022-10-29 01:25:33 +00:00
i-robot 8fe3129eef
!44781 fix api issue of dynamic obfuscation
Merge pull request !44781 from jxlang910/master
2022-10-28 19:23:32 +00:00
yide12 a81246b9b9 pixel_shuffle_unshuffle_master 2022-10-28 17:17:56 +08:00
jin-xiulang 5e2baf86c8 fix api issue of dynamic obfuscation 2022-10-28 17:10:38 +08:00
yuzhenhua 59338f30e8 modify param of data sink 2022-10-28 16:59:30 +08:00
i-robot 204131898e
!44750 modify format
Merge pull request !44750 from 俞涵/code_docs_1010
2022-10-28 08:54:13 +00:00
deng jian d3c2378956 [feat] [assistant] [I4S2FA] add new data operator write_file 2022-10-28 04:42:21 -04:00
huodagu a89a94de20 modify format 2022-10-28 16:27:40 +08:00
i-robot 4fddfa1209
!44719 Tensor APIs
Merge pull request !44719 from shaojunsong/tensor1027
2022-10-28 07:59:40 +00:00
huoxinyou 095dd8a7d7 reduce axis not convert to attr &
reduce primitive add skip_reduce attr
2022-10-28 15:13:40 +08:00
i-robot 384efc057f
!44684 rm set_auto_parallel
Merge pull request !44684 from yangzhenzhang/rm-set-auto-parallel
2022-10-28 06:56:30 +00:00