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 |
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 |
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 |
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 |
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 |