Commit Graph

3844 Commits

Author SHA1 Message Date
izayoi 821cb02e2a 概率编程应用层面接口删除
Signed-off-by: izayoi <dingyahao@huawei.com>
2023-02-21 15:32:51 +08:00
i-robot c85fecbcb8
!49149 modify format
Merge pull request !49149 from 俞涵/code_docs_1110
2023-02-21 06:38:47 +00:00
fengyihang d3d9e2bc74 fix topk param docs 2023-02-21 14:31:44 +08:00
i-robot aa2dafdabf
!48410 add cn docs for some APIs
Merge pull request !48410 from 李林杰/code_docs_0204_add_api_cn_docs_master
2023-02-21 06:27:34 +00:00
lilinjie 9280c1182b add cn docs for some apis 2023-02-21 10:57:29 +08:00
i-robot 40b3f79f8b
!48857 support precision_mode and jit_compile for mindspore.set_context
Merge pull request !48857 from zhangyinxia/master
2023-02-21 02:40:31 +00:00
i-robot d9476a264f
!49032 add new Transformer api
Merge pull request !49032 from 吕昱峰(Nate.River)/transformer
2023-02-21 02:07:09 +00:00
huodagu f8549bb1f1 modify format 2023-02-21 09:59:09 +08:00
fandawei 1614feff1c remove ops.matrix_determinant & ops.log_matrix_determinant 2023-02-20 23:28:28 +08:00
tangdezhi_123 48acf131fa 对于算子ScalarToTensor, 在Graph_Mode下,在init阶段用bool变量初始化self.value, 将self.value传入constuct时,self.value就变成int类型;而在PYNATIVE_Mode下无该问题。动静行为不一致。问题修正
修改方案:
对于算子ScalarToTensor,传入到self.value的值可以是bool类型,这样修改后,已验证,在Graph_Mode和Pynative模式下,对于相同的输入,算子ScalarToTensor具有相同的输出。
2023-02-20 20:42:57 +08:00
lvyufeng 245bcdf47d add new Transformer api 2023-02-20 20:16:39 +08:00
i-robot 1e0c5c719e
!49084 Fix cov error
Merge pull request !49084 from 冯一航/fix_cov_error
2023-02-20 10:57:39 +00:00
fandawei c87cdd2e13 refactor adaptive_max_pool1d use 2d 2023-02-20 18:01:49 +08:00
zhangzhaoju 2cab180e3a add doc desc for mul primitive 2023-02-20 17:09:58 +08:00
tangdezhi_123 f2f5a44a4b functional接口调整为function接口
1. 封装ops.Depend的function
2. 封装ops.Partial的function
3. 去掉functional.py中的partial和depend, 在该文件中导入mindspore.ops.partial和mindspore.ops.depend
2023-02-20 16:35:46 +08:00
i-robot fcabc30952
!49074 [MindSpore]概率编程toolbox接口删除
Merge pull request !49074 from 十六夜/master
2023-02-20 08:31:35 +00:00
huanghui 49978aff5f update Cell api cn doc 2023-02-20 15:32:59 +08:00
i-robot e2e36d2d14
!49118 [document] Update atan2 docs
Merge pull request !49118 from shaojunsong/code_docs_atan2
2023-02-20 07:07:58 +00:00
shaojunsong 5d1d5fe380 update atan2 document 2023-02-20 14:54:28 +08:00
i-robot 0aec3b71e6
!49102 fix d2l issues
Merge pull request !49102 from 吕昱峰(Nate.River)/d2l_bug_fix
2023-02-20 06:08:43 +00:00
huodagu 471bf38827 modify format 2023-02-20 10:57:27 +08:00
lvyufeng 254cf349b5 fix d2l issue 2023-02-20 10:36:54 +08:00
zhangyinxia 87989f94e7 add precision_mode and jit_compile for context 2023-02-20 10:20:50 +08:00
i-robot f45823ab7a
!49106 migrate aicpu ops.Tril and fix some issues
Merge pull request !49106 from 李林杰/0219_bisect_0217_1_tril
2023-02-20 01:56:45 +00:00
lilinjie c868c7fb1a migrate aicpu ops.Tril and fix some issues 2023-02-19 23:18:41 +08:00
i-robot ec4d4bae7b
!49058 [API] Sync param names
Merge pull request !49058 from shaojunsong/sync0217
2023-02-18 07:48:51 +00:00
fengyihang 246d65a1ff fix cov error 2023-02-18 14:51:34 +08:00
i-robot 978cfb6392
!48955 [bugfix][api] Fix I6FCIG
Merge pull request !48955 from shaojunsong/fix/I6FCIG
2023-02-18 02:38:49 +00:00
i-robot d00f378a5a
!48885 fixed_huber_loss_master
Merge pull request !48885 from yide12/ops_threshold_leaky_relu_master
2023-02-17 12:24:36 +00:00
i-robot 12771a8f68
!49033 modify reverseV2 api doc
Merge pull request !49033 from 周超/master5
2023-02-17 11:53:28 +00:00
izayoi 20fa03cbae 概率编程toolbox应用接口删除
Signed-off-by: izayoi <dingyahao@huawei.com>
2023-02-17 17:07:20 +08:00
shaojunsong 0853368219 sync api param names 2023-02-17 16:54:02 +08:00
zhou_chao1993 37bb13823f modify ops reverseV2 doc 2023-02-17 15:29:15 +08:00
i-robot f4db8c7496
!48954 add tensor acosh docs
Merge pull request !48954 from changzherui/code_dosc_tensor_acosh
2023-02-17 06:49:57 +00:00
shaojunsong 34422871a5 fix I6FCIG 2023-02-17 09:45:30 +08:00
i-robot 5447c0d338
!48999 Fix norm error in some scenarios
Merge pull request !48999 from 冯一航/fix_norm_error
2023-02-17 01:36:16 +00:00
i-robot 0101b59ec2
!48986 fix aicpu migration issues
Merge pull request !48986 from 李林杰/0216_fix_aicpu_migration_issues_master
2023-02-17 01:23:36 +00:00
i-robot 03130c491f
!48805 sparsetensoradd 报错信息修改
Merge pull request !48805 from melody/master
2023-02-17 01:02:49 +00:00
changzherui d5406737dc add acosh docs 2023-02-17 08:54:59 +08:00
lilinjie 4aac1ea35f fix aicpu migration issues 2023-02-16 20:51:34 +08:00
fengyihang 9a27dcfbce fix norm error 2023-02-16 20:32:26 +08:00
i-robot b490cac5ba
!48949 [doc] fix IndexAdd attr axis range bound
Merge pull request !48949 from xupan/indexadd_doc
2023-02-16 11:57:39 +00:00
i-robot 71764d08ba
!48944 del RandomGamma docs
Merge pull request !48944 from 李林杰/code_docs_0215_del_RandomGamma_ops_master
2023-02-16 11:02:48 +00:00
i-robot ba133b35de
!48783 del docs api: PSROIPooling
Merge pull request !48783 from guozhijian/del_api_psroipooling
2023-02-16 09:46:47 +00:00
i-robot 2ee6322c75
!48878 update ops.stft docs
Merge pull request !48878 from 李林杰/code_docs_0213_updates_STFT_docs_master
2023-02-16 08:58:23 +00:00
wzd be30071205 sparsetensoradd
2

3

3

4
2023-02-16 16:28:13 +08:00
i-robot 7733480a62
!48877 fix bugs of split and tensor_split
Merge pull request !48877 from ZhidanLiu/fixbug
2023-02-16 08:20:57 +00:00
xwkgch d4e28179e1 update doc for cholesky_inverse 2023-02-16 14:52:33 +08:00
i-robot c823390cde
!48976 Remove the transformer APIs
Merge pull request !48976 from huangxinjing/code_docs_fix_transformer_apis
2023-02-16 06:13:41 +00:00
i-robot bf81dc78a8
!48864 add imag function docs
Merge pull request !48864 from liutongtong9/code_docs_imag
2023-02-16 06:13:09 +00:00
huangxinjing e73fbeeac1 Remove the Transformer APIs 2023-02-16 12:33:26 +08:00
shaojunsong 6ade1f6d03 fix api param names 2023-02-16 00:07:21 +08:00
lilinjie 761b0d0f84 update ops.stft docs 2023-02-15 20:45:51 +08:00
jonyguo 464f3beceb del docs api [PSROIPooling] 2023-02-15 20:38:21 +08:00
i-robot 63f565382c
!46920 develop AdamWeightDecay op on cpu lite
Merge pull request !46920 from zhangbuxue/develop_AdamWeightDecay_op_on_cpu_lite
2023-02-15 11:32:40 +00:00
xupan 3b5f4ac1be [doc] fix IndexAdd attr axis range bound 2023-02-15 19:24:00 +08:00
lilinjie 851178933d del RandomGamma docs 2023-02-15 18:15:49 +08:00
yide12 149a859f9b fix_huber_loss 2023-02-15 17:56:59 +08:00
ZhidanLiu fc3c4d0df7 fix bugs of split and tensor_split 2023-02-15 17:43:59 +08:00
i-robot 0bff42957e
!48918 add pad check
Merge pull request !48918 from 冯一航/add_pad_check
2023-02-15 09:29:55 +00:00
i-robot 86e725da91
!48829 fix api doc
Merge pull request !48829 from 于振华/code_docs_api_doc_230213
2023-02-15 09:04:51 +00:00
i-robot 9f67ec44b3
!48860 对ops下的API和其在Tensor下的同名API的参数名进行整改,涉及修改点,函数实现,中文说明修改,英文说明修改。
Merge pull request !48860 from tangdezhi_123/br_tdz_20230214
2023-02-15 06:42:51 +00:00
i-robot 68804dc381
!48796 change the value name 'obf_password' to 'obf_random_seed'
Merge pull request !48796 from jxl/master
2023-02-15 06:31:45 +00:00
i-robot a13bef6f31
!48742 Move the transformer APIs as internal
Merge pull request !48742 from huangxinjing/change_tranfsformers_apis_as_inernal
2023-02-15 04:03:01 +00:00
fengyihang 5abaedfbf2 add pad check 2023-02-15 10:56:12 +08:00
i-robot 0219005aa6
!48901 [OPS] fix bug of meshgrid functional api docs
Merge pull request !48901 from yangruoqi713/code_docs_ops
2023-02-15 02:17:11 +00:00
buxue c644cb8073 develop AdamWeightDecay op on cpu lite 2023-02-15 06:11:38 +04:30
yangruoqi713 3d287c6092 [OPS] fix bug of meshgrid functional api docs 2023-02-14 18:47:31 +08:00
jin-xiulang dd8f27a866 [Dynamic obfuscation] change the value name 'obf_password' to 'obf_random_seed' 2023-02-14 17:25:13 +08:00
liutongtong 165894281d add func imag docs 2023-02-14 17:18:07 +08:00
tangdezhi_123 3ca0ad089e 对ops下的API和其在Tensor下的同名API的参数名进行整改,涉及修改点,函数实现,中文说明修改,英文说明修改。
涉及修改的API如下,
1. ops.atan2
2. ops.arctan2
3. ops.bitwise_and
4. ops.bitwise_or
5. ops.bitwise_xor
6. ops.bitwise_left_shift
7. ops.bitwise_right_shift
屏蔽mindspore/mindspore/python中代码使用python内置命名的告警
2023-02-14 17:04:36 +08:00
i-robot 9dd3ce3901
!48680 modify document duplication
Merge pull request !48680 from 冯一航/code_docs_modify_document_duplication
2023-02-14 08:30:57 +00:00
fengyihang 4886b94d86 modify document duplication 2023-02-14 16:20:11 +08:00
huodagu 9fda62ec1b modify format and api_updates urls 2023-02-14 14:11:25 +08:00
i-robot 13b0afac51
!48850 add set_train note and opt docs
Merge pull request !48850 from changzherui/code_docs_api
2023-02-14 02:51:55 +00:00
yuzhenhua bf53739a7d fix api doc 2023-02-14 10:41:51 +08:00
changzherui e2fc4d1656 modify docs 2023-02-13 23:52:44 +08:00
huangxinjing 2f227c4537 Remove transformer apis 2023-02-13 23:28:40 +08:00
xupan 5f1f570545 fix Ceil docs typo 2023-02-13 21:21:06 +08:00
i-robot 7ecee86f4f
!48723 fix_ctclss
Merge pull request !48723 from yide12/ctcloss_master
2023-02-13 11:39:35 +00:00
huodagu e98a1c0605 modify format 2023-02-13 17:43:03 +08:00
i-robot 5479262683
!48699 更新TripletMarginLoss文档描述
Merge pull request !48699 from GuoZhibin/code_docs_update_tripletmarginloss_docs
2023-02-13 06:48:37 +00:00
yide12 642c0e1831 fixed_ctcloss 2023-02-13 11:53:15 +08:00
i-robot 2894821249
!48676 修复float_power/interpolate/baddbmm/fmod/heaviside/index_select文档
Merge pull request !48676 from DavidFFFan/code_docs_add_rewrite_doc
2023-02-13 03:31:57 +00:00
guozhibin 3098076e26 update TripletMarginLoss docs 2023-02-13 11:23:12 +08:00
i-robot bd5e820ff5
!47712 add_sublist_mode_to_einsum_master
Merge pull request !47712 from yide12/tensor_view_einsum_master
2023-02-13 02:33:54 +00:00
i-robot 1abda3f03b
!48659 doc for gcd
Merge pull request !48659 from 于振华/code_docs_230209
2023-02-13 02:30:18 +00:00
fandawei 38f418d8b7 fix float_power/interpolate/baddbmm/fmod/heaviside/index_select doc 2023-02-13 10:22:25 +08:00
i-robot bc68e19e11
!48621 update tensor_scatter_XXX indices error detect for faster runtime & update docs
Merge pull request !48621 from Yanzhi_YI/tensor_scatter_min
2023-02-13 01:35:56 +00:00
i-robot a9e22aa215
!48776 [bugfix]Fix Adjoint
Merge pull request !48776 from shaojunsong/fix/I6EFUY
2023-02-13 01:23:58 +00:00
shaojunsong ffea867ba6 Fix I6EFUY 2023-02-12 16:32:31 +08:00
i-robot a81ec854c1
!48293 [docs][api] Update GaussianNllLoss document
Merge pull request !48293 from shaojunsong/code_docs_gnl
2023-02-12 03:44:38 +00:00
yide12 3a5e32ff0d add_sublist_mode_to_einsum_master 2023-02-11 16:08:19 +08:00
yuzhenhua 0a77e63ed5 doc for gcd 2023-02-10 15:42:00 +08:00
yiyanzhi_akane 6aae53b4bc update tensor_scatter_XXX indices error detect for faster runtime & update docs 2023-02-10 15:07:09 +08:00
huodagu 8b58765103 modify format 2023-02-10 11:41:01 +08:00
i-robot 9bb62cb742
!48253 modify the name and samples of nn function multilabel_margin_loss.
Merge pull request !48253 from 朱家兴/master
2023-02-10 01:34:41 +00:00
i-robot 62823ca809
!48629 modify format
Merge pull request !48629 from 俞涵/code_docs_1110
2023-02-09 08:04:37 +00:00
huodagu 76dcfd079a modify format 2023-02-09 15:40:07 +08:00
i-robot 8fdcb8c310
!48561 remove windows backend for sparsify_cg test
Merge pull request !48561 from jachua/fix
2023-02-09 06:11:11 +00:00
i-robot 6b484be5f4
!48541 补充tensor接口:swapaxes swapdims det matrix_power scatter,tanhshrink支持int类型Tensor输入,修复一些codechecks
Merge pull request !48541 from GuoZhibin/add_api_tensor_swapaxes_etc
2023-02-09 01:40:39 +00:00
i-robot ff751199b4
!48082 refactor interpolate
Merge pull request !48082 from DavidFFFan/api_interpolate
2023-02-08 11:20:44 +00:00
i-robot 8876c073bb
!48573 modify format
Merge pull request !48573 from 俞涵/code_docs_1110
2023-02-08 10:35:53 +00:00
huanxiaoling d1ebc84eb7 modify the wording in mindspore 2023-02-08 17:28:44 +08:00
i-robot 0927807105
!48510 modify repeat_interleave dims error
Merge pull request !48510 from 冯一航/modify_repeat_inter_leave
2023-02-08 07:14:55 +00:00
huodagu 5c427f5a97 modify format 2023-02-08 15:13:00 +08:00
jachua f5b688c8f0 remove windows backend for sparsify_cg test 2023-02-08 10:55:40 +08:00
lilinjie 2cd7ee141b update ops.Polar doc 2023-02-08 10:24:08 +08:00
fandawei 46c12d3057 refactor interpolate 2023-02-08 10:17:56 +08:00
guozhibin 3c9eb631e0 add api tensor.swapaxes/swapdims/det/matrix_power/scatter, tanhshrink add support int, repair some codechecks. 2023-02-08 10:17:00 +08:00
i-robot ac7e25a5c5
!48516 expose ops.Polar
Merge pull request !48516 from 李林杰/0206_expose_ops.Polatr_master
2023-02-08 01:54:37 +00:00
lilinjie 81eacd0421 expose ops.Polar 2023-02-07 16:06:06 +08:00
fengyihang 4d71b4b574 modify repeat interleave 2023-02-07 15:00:24 +08:00
i-robot b81d93bbd7
!48205 BatchNorm1D 支持 3-D input
Merge pull request !48205 from haozhang/batch_norm1d
2023-02-07 06:55:39 +00:00
i-robot 395c616eb6
!48252 add_tensor_ops_nansum_master
Merge pull request !48252 from yide12/tensor_nansum_master
2023-02-07 06:31:02 +00:00
hw_hz 5a7c33e312 batchnorm support 3d input
debug
2023-02-07 09:39:06 +08:00
i-robot 48880ffcdf
!48269 增加接口:mindspore.ops.scatter
Merge pull request !48269 from GuoZhibin/add_api_ops_scatter
2023-02-06 12:12:40 +00:00
i-robot 60438fd061
!48251 add api: ops.matrix_power
Merge pull request !48251 from GuoZhibin/add_api_ops_matrix_power
2023-02-06 12:12:30 +00:00
i-robot 41540faf3c
!48443 modify description of max_unpoolnd
Merge pull request !48443 from ZhidanLiu/code_docs_master
2023-02-06 11:38:40 +00:00
fengyihang c109c01f13 modify flip docs 2023-02-06 17:59:05 +08:00
ZhidanLiu 6be14e4527 modify description of max_unpoolnd 2023-02-06 16:10:30 +08:00
i-robot 36414c2c87
!48424 expand value range of output_size in nn.MaxUnpoolnd
Merge pull request !48424 from ZhidanLiu/master
2023-02-06 07:59:49 +00:00
i-robot fb5a728d6c
!48407 Modify some api diff from torch
Merge pull request !48407 from 冯一航/modify_api_mapping_0204
2023-02-06 06:52:18 +00:00
yide12 716369ee59 fix_nansum_master 2023-02-06 14:51:29 +08:00
huodagu 998c8e6f58 modify format 2023-02-06 14:22:41 +08:00
i-robot 1b4b756e48
!48383 fix API docs issues
Merge pull request !48383 from luojianing/code_docs_master
2023-02-06 03:46:22 +00:00
ZhidanLiu 6b68e8d1cd fix bug in nn.MaxUnpoolnd 2023-02-06 11:02:34 +08:00
guozhibin 2fc29801bd add api: ops.matrix_power 2023-02-06 10:56:56 +08:00
i-robot 447c73b416
!48366 Fix SearchSorted ERROR
Merge pull request !48366 from huangxinjing/code_docs_fix_search_sorted
2023-02-06 02:40:47 +00:00
i-robot ec4c1158a9
!48357 fix allreduce and add openstate in comm_fusion
Merge pull request !48357 from jiahongQian/master
2023-02-04 12:23:35 +00:00
huangxinjing 6bbadfcf3f Fix document error 2023-02-04 14:37:07 +08:00
fengyihang 179362d645 modify api mapping 0204 2023-02-04 11:31:08 +08:00
huodagu 5ef01a07c2 modify format 2023-02-03 14:44:13 +08:00
luojianing dd9bae1fc9 fix issues 2023-02-03 09:58:17 +08:00
jiahongqian 1502b406ab fix allreduce and add openstate 2023-02-02 19:19:52 +08:00
huodagu 6c6f27a3e7 modify format 2023-02-02 17:30:57 +08:00
guozhibin 651194ce61 add api: ops.scatter 2023-02-02 11:42:41 +08:00
i-robot 3a4e395a4d
!48321 add prod in Allreduce note
Merge pull request !48321 from wangshengnan123/code_docs_wsn
2023-02-02 02:53:09 +00:00
i-robot a3c297405d
!48303 添加ops/Tensor hypot支持平台
Merge pull request !48303 from DavidFFFan/api_ops
2023-02-02 02:08:05 +00:00
wangshengnan123 1d5f0f52b9 add prod in reduce note 2023-02-02 09:36:18 +08:00
i-robot ae59820e0a
!47808 add ops function from numpy
Merge pull request !47808 from Henry Shi/add_ops_function
2023-02-01 10:24:15 +00:00
i-robot 8c16d0a6e2
!48308 fix batch to space nd doc
Merge pull request !48308 from Erpim/code_docs_op
2023-02-01 09:10:08 +00:00
i-robot faada0d711
!48191 增加接口:mindspore.ops.det
Merge pull request !48191 from GuoZhibin/add_api_ops_det
2023-02-01 09:00:24 +00:00
Erpim 0df0af9bc0 fix batch to space nd doc 2023-02-01 16:35:34 +08:00
fandawei b00f660009 add support platform of ops/Tensor hypot 2023-02-01 15:55:15 +08:00
i-robot 85a0e1f270
!48295 rm allreduce "prod" note
Merge pull request !48295 from wangshengnan123/code_docs_wsn
2023-02-01 07:30:39 +00:00
shaojunsong 71d087e08a Update gaussian nll loss document 2023-02-01 14:42:04 +08:00
i-robot e653dd9191
!48292 modify format
Merge pull request !48292 from 俞涵/code_docs_1110
2023-02-01 06:29:33 +00:00
huodagu eccd263256 modify format 2023-02-01 11:42:39 +08:00
fengyihang 474a53fca1 modify lppool docs 2023-02-01 11:05:36 +08:00
wangshengnan123 c342c68673 rm allreduce prod note 2023-02-01 09:42:21 +08:00
guozhibin 876acb5fca add api: ops.det 2023-01-31 21:43:42 +08:00
Henry b5f0de9085 add ops function 2023-01-31 19:36:43 +08:00
i-robot 5acace7f6a
!48206 fix_ops_any_all_master
Merge pull request !48206 from yide12/tensor_isneginf_master
2023-01-31 11:21:28 +00:00
i-robot e8bbd45089
!48256 modify marginrankingloss docs
Merge pull request !48256 from 冯一航/code_docs_modify_marginrankingloss_docs
2023-01-31 09:34:34 +00:00
fengyihang fca7edc15d modify marginrankingloss docs 2023-01-31 17:05:45 +08:00
z30020733 7ff743df1f modify the name and samples of nn function multilabel_margin_loss. 2023-01-31 16:08:39 +08:00
huodagu 76f6d29115 modify format 2023-01-31 16:05:31 +08:00
i-robot 360add4014
!47977 add api doc
Merge pull request !47977 from 李林杰/0116_add_api_docs_and_inits
2023-01-31 07:37:06 +00:00
i-robot ed6dcb4598
!48119 add circular mode for Padv3/Padv3Grad on CPU/GPU.
Merge pull request !48119 from yangshuo/br_padv3
2023-01-31 07:25:49 +00:00
i-robot 5cc5607898
!48044 delete function fill and fills
Merge pull request !48044 from changzherui/del_fill_api
2023-01-31 06:11:18 +00:00
yide12 5aed9de718 fix_ops_any_all_master 2023-01-31 11:07:47 +08:00
i-robot fd6338be75
!48152 [API] Add ops.is_tensor
Merge pull request !48152 from shaojunsong/feature/is_tensor
2023-01-31 02:47:29 +00:00
i-robot c1936efa2d
!48225 增加mindspore.ops.addmv和mindspore.ops.rot90的中文注释 comments修正
Merge pull request !48225 from tangdezhi_123/code_docs_tangdezhi123
2023-01-31 02:19:24 +00:00
i-robot 1a2438a0e8
!48210 add api_name in list
Merge pull request !48210 from 俞涵/code_docs_1110
2023-01-31 02:09:46 +00:00
tangdezhi_123 0e5d5df9aa 1. 修改对增加addmv和rot90的中文注释的comments 2023-01-31 09:59:17 +08:00
i-robot 09605d8ee6
!48140 [MD] TFRecordDataset Docs Modification in API
Merge pull request !48140 from davidanugraha/api_docs_tfrecord
2023-01-31 01:50:50 +00:00
huodagu 137abc7b06 del cn files and add api_name in list 2023-01-31 09:20:36 +08:00
David d837d53612 API Docs TFRecord 2023-01-30 10:26:39 -05:00
changzherui db798be4d0 delete function fill and fills 2023-01-30 20:13:25 +08:00
i-robot c2a5253dca
!48181 fix bug of function api multi_label_margin_loss
Merge pull request !48181 from ZhidanLiu/master
2023-01-30 11:41:49 +00:00
shaojunsong 65ffe26ea9 add ops.is_tensor 2023-01-30 17:36:58 +08:00
huodagu 89885c4b9c modify format 2023-01-30 15:54:34 +08:00
ZhidanLiu 8b80b2fb6a fix bug of function api multi_label_margin_loss 2023-01-30 11:33:21 +08:00
i-robot ad5cfa3a5e
!48067 增加mindspore.ops.addmv和mindspore.ops.rot90的中文注释
Merge pull request !48067 from tangdezhi_123/master
2023-01-30 01:51:20 +00:00
y00451588 6723a09ea9 add circular mode for Padv3/Padv3Grad on CPU/GPU. 2023-01-30 09:50:14 +08:00
tangdezhi_123 5909f21695 1. 增加mindspore.ops.func_addmv.rst和mindspore.ops.func_rot90.rst文件分别存储对应的接口的中文注释;
2. mindspore.Tensor.addmv.rst和mindspore.Tensor.rot90.rst文件中的接口注释分别参考mindspore.ops.addmv.rst和mindspore.ops.rot90.rst中的接口注释;
3. 英文注释,mindspore.Tensor.addmv和mindspore.Tensor.rot90 分别参考 mindspore.ops.addmv 和 mindspore.ops.rot90的注释;
4. 添加接口声明,使其能够在官网上呈现接口的中文和英文注释;
5. 修改审视后的issue。
2023-01-29 16:45:00 +08:00
i-robot 9db1e218b3
!48015 ResizeBicubic/ResiezeBicubicGrad 对标torch,format修改为NCHW
Merge pull request !48015 from haozhang/resize_bicubic
2023-01-29 08:23:55 +00:00
i-robot a6fed256be
!48133 [API] Remove tensor.as_strided
Merge pull request !48133 from shaojunsong/fix/as_strided
2023-01-29 07:40:05 +00:00
lilinjie 2c46f3301b add api doc 2023-01-29 15:37:48 +08:00
i-robot 26cbd5f6e1
!48078 fix docs silu softmin diff
Merge pull request !48078 from Henry Shi/fix_docs_silu_softmin
2023-01-29 04:31:07 +00:00
shaojunsong 1f4421ffa9 remove tensor.as_strided 2023-01-29 10:49:03 +08:00
i-robot f9507ce53d
!48014 fix pad ops doc and nulltpr
Merge pull request !48014 from fangzehua/fix_pad_0118
2023-01-29 02:32:15 +00:00
i-robot df65631c72
!48081 告警清理
Merge pull request !48081 from wujueying/master
2023-01-28 10:02:32 +00:00
i-robot 14c7ec580e
!48096 change default mode to pynative in docs
Merge pull request !48096 from chujinjin/code_docs_change_default_mode
2023-01-28 03:35:11 +00:00
chujinjin 34d00991e0 change default mode 2023-01-28 10:44:48 +08:00
i-robot 6d49821c11
!48075 [MS][LITE] doc fix python lite api 0116
Merge pull request !48075 from luoyuan/code_docs_codecheck_py_lite_api_0116
2023-01-28 01:38:48 +00:00
wujueying ed9555ebd2 告警清理 2023-01-20 15:52:10 +08:00
huodagu b8dcbdbde3 modify format 2023-01-20 11:45:04 +08:00
Henry 035b7337d1 fix docs spi 2023-01-20 11:30:25 +08:00
luoyuan 147f424416 [MS][LITE] doc fix python lite api 0116 2023-01-19 17:31:34 +08:00
i-robot 9c1b9dcfa1
!47993 fix api bug
Merge pull request !47993 from 于振华/fix_api_bug_230117
2023-01-19 08:15:09 +00:00
hw_hz c9de24b93e resize_bicubic/resize_bicubic_grad 2023-01-19 15:36:34 +08:00
i-robot 3f47353a77
!48035 whitelist for O1
Merge pull request !48035 from 于振华/code_docs_whitelist_O1_0118
2023-01-19 06:16:51 +00:00
i-robot cdc0c12f77
!48022 pinv文档补充详细说明
Merge pull request !48022 from wujueying/master
2023-01-19 03:32:20 +00:00
fengyihang 3ae8952af6 modify cov docs 2023-01-19 10:24:40 +08:00
i-robot e6775d1229
!48013 fix tensor norm docs and add st
Merge pull request !48013 from 冯一航/add_tensor_norm
2023-01-19 01:50:17 +00:00
yuzhenhua 4360028890 whitelist for O1 2023-01-19 09:45:03 +08:00
i-robot 5d18df78c1
!47928 enable op deterministic
Merge pull request !47928 from jjfeing/br_deterministic
2023-01-19 01:44:18 +00:00
yuzhenhua 757667d90e fix api bugs 2023-01-19 09:19:18 +08:00
fengyihang 4e71de40be add tensor norm 2023-01-18 18:18:20 +08:00
jjfeing 97f593c81e add ctx deterministic 2023-01-18 16:34:41 +08:00
i-robot 4a252cb4d8
!48026 应最新数据类型暴露策略,移除bitwise数据类型描述
Merge pull request !48026 from KXiong/code_docs_master
2023-01-18 08:21:59 +00:00
i-robot e4399c374a
!48017 modify format
Merge pull request !48017 from 俞涵/code_docs_1110
2023-01-18 08:09:29 +00:00
wujueying f15f27db9a pinv dics 2023-01-18 15:52:06 +08:00
xiongkun 689942b2de rm bitwise dtype
tick
2023-01-18 15:42:50 +08:00
i-robot acdb30b7d4
!47949 [MD] Fix Bug Printing Issue And Reclarify TFRecord Docs
Merge pull request !47949 from davidanugraha/bug_tfrecord_fix
2023-01-18 07:23:37 +00:00
fangzehua 5788279b3b fix pad ops doc and nulltpr 2023-01-18 14:54:16 +08:00
i-robot 1715942961
!47591 Update doc of TruncateDiv
Merge pull request !47591 from zhanzhan/truncatediv
2023-01-18 06:20:23 +00:00
huodagu 156de23ffe modify format 2023-01-18 11:36:28 +08:00
fengyihang 268e552a6c modify topk docs 2023-01-17 16:05:31 +08:00
i-robot fb36b4b482
!47926 modify topk to pytorch(add largest)
Merge pull request !47926 from 冯一航/modify_top_k_topk
2023-01-17 07:39:16 +00:00
i-robot 288a901c1e
!47912 [OPS] modify meshgrid funtional input form tuple to tensor sequence
Merge pull request !47912 from yangruoqi713/ops
2023-01-17 03:19:05 +00:00
fengyihang e258ed3a3c modify topk 2023-01-17 11:09:25 +08:00
i-robot a023825aae
!47920 fix roll function when dims is None
Merge pull request !47920 from 冯一航/fix_roll_function_dims_none
2023-01-17 01:45:59 +00:00
David f5c2768091 TFRecord fix bug issue 2023-01-16 20:17:39 -05:00
yangruoqi713 3c61fe0d40 [OPS] modify meshgrid funtional input form tuple to tensor sequence 2023-01-16 19:04:18 +08:00
i-robot 36f081f064
!47919 modify format
Merge pull request !47919 from 俞涵/code_docs_1110
2023-01-16 09:16:56 +00:00
fengyihang 8b30f7e094 fix roll function dims none 2023-01-16 17:15:08 +08:00
i-robot c52cdf7095
!47047 Modify ops.top_k to pytorch
Merge pull request !47047 from 冯一航/modify_top_k_to_pytorch
2023-01-16 09:03:31 +00:00
i-robot e31a667e26
!47913 fix issues
Merge pull request !47913 from luojianing/code_docs_master
2023-01-16 08:22:46 +00:00
luojianing 61e9ec398d fix issues 2023-01-16 15:22:13 +08:00
lvyufeng 4e577ce104 fix amp docs 2023-01-16 14:18:57 +08:00
huodagu 9b8949b565 modify format 2023-01-16 13:57:57 +08:00
fengyihang b6f83478fb modify topk to pytorch 2023-01-16 11:00:28 +08:00
i-robot e3184b4ce1
!47886 fix ops class error
Merge pull request !47886 from 吕昱峰(Nate.River)/code_docs_master
2023-01-16 02:51:17 +00:00
i-robot 9ef70a2f10
!47178 support norm
Merge pull request !47178 from 冯一航/support_norm
2023-01-16 02:25:54 +00:00
lvyufeng 19482d0cf9 fix ops class error 2023-01-15 22:02:12 +08:00
i-robot 665aae0b42
!47794 add api ops.swapaxes and ops.swapdims
Merge pull request !47794 from GuoZhibin/add_ops_swapaxes
2023-01-14 08:41:48 +00:00
i-robot 51924f7bfb
!47844 migrate Conj and some other ops
Merge pull request !47844 from 李林杰/0113_migrate_Conj_and_other_aicpu_ops
2023-01-13 12:40:09 +00:00
guozhibin 8031beb260 add ops.swapaxes and ops.swapdims 2023-01-13 17:15:10 +08:00
i-robot 662353006b
!47862 modify format
Merge pull request !47862 from 俞涵/code_docs_1110
2023-01-13 09:05:02 +00:00
huodagu 7ea5ac1b62 modify format 2023-01-13 16:37:01 +08:00
lilinjie 4dfd7b7544 migrate Conj and other ops 2023-01-13 16:08:01 +08:00
i-robot faf732e48b
!47654 add api: ops.triplet_margin_loss and nn.TripletMarginLoss
Merge pull request !47654 from GuoZhibin/Add_TripletMarginLoss
2023-01-13 07:39:27 +00:00
i-robot c7453033da
!47799 fixed_l1_loss
Merge pull request !47799 from yide12/func_l1_loss_master
2023-01-13 07:09:13 +00:00
i-robot 5501200210
!47847 modify format
Merge pull request !47847 from 俞涵/code_docs_1110
2023-01-13 06:21:37 +00:00
huodagu d388033821 modify format 2023-01-13 13:47:07 +08:00
i-robot c2cea70a48
!47826 fix math issues
Merge pull request !47826 from luojianing/code_docs_master
2023-01-13 03:14:14 +00:00
guozhibin 382492499f add api triplet_margin_loss 2023-01-13 11:01:35 +08:00
i-robot a00e08788b
!47802 fix bug in ops.sum and ops.spilt
Merge pull request !47802 from ZhidanLiu/master
2023-01-13 01:39:52 +00:00
luojianing df93feae60 fix docs issues
fix docs issues
2023-01-12 20:23:55 +08:00
lilinjie efa13fd333 supplement op register for branch 0105 2023-01-12 19:42:45 +08:00
i-robot 106411e71e
!47813 modify format
Merge pull request !47813 from 俞涵/code_docs_1110
2023-01-12 09:23:07 +00:00
huodagu e175692bf9 modify format 2023-01-12 16:43:09 +08:00
i-robot 3e8fba3878
!47562 add tensor diff frac
Merge pull request !47562 from Henry Shi/tensor_frac_diff
2023-01-12 08:18:00 +00:00
ZhidanLiu b045936e19 fix bug in ops.sum and ops.spilt 2023-01-12 15:49:19 +08:00
yide12 901766258e fixed_l1_loss 2023-01-12 15:28:37 +08:00
i-robot 747765042f
!47787 问题单处理
Merge pull request !47787 from wujueying/master
2023-01-12 06:54:55 +00:00
fengyihang 5dfffafe72 support norm 2023-01-12 14:43:34 +08:00