Commit Graph

1870 Commits

Author SHA1 Message Date
i-robot 7b89e353d9
!49134 [docs][api] api docs update
Merge pull request !49134 from shaojunsong/code_docs_api0220
2023-02-24 02:49:39 +00:00
i-robot fcd672091d
!49317 modify format
Merge pull request !49317 from 俞涵/code_docs_1110
2023-02-24 02:49:28 +00:00
shaojunsong c5693d534e Update api docs 2023-02-24 10:18:00 +08:00
i-robot cacebee73d
!49305 修改ops.multilabel_soft_margin_loss/nn.MultiLabelSoftMarginLoss文档
Merge pull request !49305 from DavidFFFan/api_docs
2023-02-24 01:58:18 +00:00
i-robot 0c634a9f35
!49323 modify cosinesimirlarity docs
Merge pull request !49323 from 冯一航/code_docs_modify_cosinesimilarity_docs
2023-02-24 01:55:35 +00:00
huodagu 9776df6cf7 modify format 2023-02-24 09:53:57 +08:00
i-robot b43b194681
!46625 FillV2 shape输入已支持Tuple及Tensor,对应文档修改
Merge pull request !46625 from haozhang/code_docs_fillv2
2023-02-24 01:42:15 +00:00
fengyihang d8abc29865 modify cosinesimilarity docs 2023-02-24 09:24:30 +08:00
hw_hz a19687b3eb ResizeLinear1D Pass 2023-02-23 19:48:09 +08:00
hw_hz 529fff56ec FillV2 docs 2023-02-23 19:24:46 +08:00
fandawei 95f7ce14ec fix ops.multilabel_soft_margin_loss/nn.MultiLabelSoftMarginLoss doc 2023-02-23 16:41:07 +08:00
i-robot 52b51d3ea8
!49288 modify api docs
Merge pull request !49288 from 冯一航/code_docs_modify_api_docs
2023-02-23 08:15:35 +00:00
fengyihang 567a4ea81d modify api diff docs 2023-02-23 15:53:31 +08:00
i-robot d1c2ef4a73
!49294 modify format
Merge pull request !49294 from 俞涵/code_docs_1110
2023-02-23 06:24:10 +00:00
huodagu 92e3ba5ffe modify format 2023-02-23 11:34:34 +08:00
tangdezhi_123 5f22e08d05 mindspore.ops.eye和pytorch.eye的参数m不对标问题修正。
1. 对参数m增加默认值None,返回Tensor的列数默认与n相等。
2. 对参数dtype增加默认值None,返回Tensor的数据类型默认为mindspore.float32。
2023-02-22 17:32:35 +08:00
i-robot ab435f04f7
!49226 modify format
Merge pull request !49226 from 俞涵/code_docs_1110
2023-02-22 06:30:49 +00:00
luojianing feb1f95cac fix ops issues 2023-02-22 11:21:48 +08:00
huodagu e250c74ede modify format 2023-02-22 10:59:17 +08:00
i-robot 458f914640
!48863 使用2d重构adaptive_max_pool1d
Merge pull request !48863 from DavidFFFan/api_ops
2023-02-22 02:20:47 +00:00
i-robot 6fa122b448
!49172 Add input check for addmv and addr
Merge pull request !49172 from 张澍坤/master
2023-02-21 12:31:05 +00:00
i-robot 6e1aca2f3c
!49068 将functional接口调整为function接口
Merge pull request !49068 from tangdezhi_123/br_tdz_20230214
2023-02-21 11:38:55 +00:00
i-robot d06dc289bf
!49135 算子ScalarToTensor针对bool类型的变量,动静行为不一致,问题修正
Merge pull request !49135 from tangdezhi_123/master
2023-02-21 11:08:27 +00:00
i-robot 693b71ba3c
!49140 remove ops.matrix_determinant & ops.log_matrix_determinant
Merge pull request !49140 from DavidFFFan/remove_matrix_determinant
2023-02-21 08:01:13 +00:00
i-robot c4c6986a73
!49125 Fix topk param docs
Merge pull request !49125 from 冯一航/code_docs_fix_topk_param
2023-02-21 07:49:57 +00:00
Shukun Zhang 6cf6419971 check input for addr and addmv 2023-02-21 15:47:41 +08: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
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
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
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 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
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
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
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 03130c491f
!48805 sparsetensoradd 报错信息修改
Merge pull request !48805 from melody/master
2023-02-17 01:02:49 +00: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 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 bf81dc78a8
!48864 add imag function docs
Merge pull request !48864 from liutongtong9/code_docs_imag
2023-02-16 06:13:09 +00: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
xupan 3b5f4ac1be [doc] fix IndexAdd attr axis range bound 2023-02-15 19:24:00 +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
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
yangruoqi713 3d287c6092 [OPS] fix bug of meshgrid functional api docs 2023-02-14 18:47:31 +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
xupan 5f1f570545 fix Ceil docs typo 2023-02-13 21:21:06 +08:00
huodagu e98a1c0605 modify format 2023-02-13 17:43:03 +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
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 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