Commit Graph

3864 Commits

Author SHA1 Message Date
huodagu ccdf8cada5 modify format and add new cols 2023-03-01 14:30:21 +08:00
i-robot 53714e4a21
!49370 ckpt参数更新接口load_param_into_net新增返回值:ckpt_not_load
Merge pull request !49370 from GuoZhibin/add_return_value_ckpt_not_load
2023-03-01 06:22:08 +00:00
i-robot a4d50ec793
!49580 [bugfix] Fix Gaussian NLL Loss document
Merge pull request !49580 from shaojunsong/code_docs_I6ICP9
2023-03-01 06:21:00 +00:00
i-robot 18da823ab2
!49399 [MS][CPU] Tensor min api docs fix
Merge pull request !49399 from Greatpan/code_docs_master
2023-03-01 06:15:47 +00:00
greatpan d3a61af8bf fix Tensor min api docs 2023-03-01 11:42:55 +08:00
shaojunsong 8e08b15057 fix gnl docs 2023-03-01 11:21:03 +08:00
i-robot af4a342cd4
!49411 update ops docs 3
Merge pull request !49411 from 李林杰/code_docs_0225_update_ops_docs_master
2023-03-01 02:47:19 +00:00
i-robot aa2b53887d
!49540 fix input type bug of logical_not
Merge pull request !49540 from wtcheng/master
2023-03-01 01:24:48 +00:00
lilinjie 2d1c355b86 update ops docs 2023-02-28 20:52:09 +08:00
w00517672 b2a482fb04 fix input type bug of logical_not 2023-02-28 19:34:13 +08:00
i-robot aeca1ece18
!49389 update ops docs 2
Merge pull request !49389 from 李林杰/code_docs_0224_update_ops_docs_master
2023-02-28 11:30:09 +00:00
lilinjie 8763479103 update ops docs 2023-02-28 18:53:14 +08:00
i-robot 1b84667b4e
!49304 update ops docs 1
Merge pull request !49304 from 李林杰/code_docs_0223_update_ops_docs_master
2023-02-28 09:16:55 +00:00
i-robot 8c017dd0ad
!49410 fix docs and remove assert of Transformer apis
Merge pull request !49410 from 吕昱峰(Nate.River)/transformer
2023-02-28 09:04:00 +00:00
i-robot 1a26bceef5
!49514 fix docs
Merge pull request !49514 from 李林杰/code_docs_0228_fix_docs_master
2023-02-28 07:23:48 +00:00
lilinjie cccd2e890e fix docs 2023-02-28 15:09:35 +08:00
i-robot 11132b51de
!48457 fix_same_comment_torch
Merge pull request !48457 from yide12/code_docs_nn_master
2023-02-28 06:32:38 +00:00
lvyufeng a48c647f5b fix docs and remove assert of Transformer apis 2023-02-28 12:50:17 +08:00
i-robot d23d4d9394
!49499 modify format
Merge pull request !49499 from 俞涵/code_docs_1110
2023-02-28 03:05:25 +00:00
i-robot 20f0935d14
!49502 fix issue
Merge pull request !49502 from 俞涵/code_docs_issue
2023-02-28 03:05:18 +00:00
i-robot 421479a24b
!49468 fix doc issues
Merge pull request !49468 from 李林杰/code_docs_0227_fix_issues_master
2023-02-28 02:37:30 +00:00
i-robot 3fba4e1477
!49440 modify description of apis
Merge pull request !49440 from ZhidanLiu/code_docs_master
2023-02-28 02:27:10 +00:00
huodagu bc9b41a2b6 fix issue 2023-02-28 09:57:06 +08:00
i-robot be9ceffb0a
!49463 support randperm function
Merge pull request !49463 from 吕昱峰(Nate.River)/randperm
2023-02-28 01:46:27 +00:00
huodagu 0cc1f67b7d modify format 2023-02-28 09:34:41 +08:00
ZhidanLiu 872138a083 modify description of apis 2023-02-28 09:07:36 +08:00
i-robot 3a1f1b1c4b
!49157 update logspace api
Merge pull request !49157 from Henry Shi/logspace
2023-02-27 19:39:42 +00:00
alashkari bae0d1f79d Updated ops.div & Tensor.div.
Added ops.lstsq, Tensor.lstsq, Tensor.mvlgamma, Tensor.matmul, Tensor.maximum, Tensor.ne & Tensor.neg to docs.
Added ops.unfold & Tensor.unfold STs.
Updated ops.argmax.
2023-02-27 13:36:39 -05:00
lilinjie 360520599b fix doc issues 2023-02-27 20:55:16 +08:00
guozhibin 9632ee3059 add return value: ckpt_not_load 2023-02-27 20:43:30 +08:00
lilinjie 48e4788ef4 update ops docs 2023-02-27 20:07:35 +08:00
yide12 3001c0344c change_dropout_keep_prob_to_p_master 2023-02-27 20:03:24 +08:00
i-robot 9ad01103ad
!49469 update max_unpool2d/3d doc
Merge pull request !49469 from liuchao/code_docs_maxunpool
2023-02-27 11:25:24 +00:00
Corleone d0c557872c update max_unpool2d/3d doc 2023-02-27 19:01:19 +08:00
i-robot c2a1ad5b7a
!48801 add_ops_std_var_and_mean
Merge pull request !48801 from yide12/tensor_std_master
2023-02-27 10:01:05 +00:00
lvyufeng b895686f48 support randperm
support randperm function
2023-02-27 16:52:21 +08:00
yide12 4b09b17757 change_same_comment_as_torch 2023-02-27 16:06:32 +08:00
i-robot 2a16f3992c
!49099 [bugfix] update hinge embedding loss
Merge pull request !49099 from shaojunsong/update_hel
2023-02-27 07:38:04 +00:00
tangdezhi_123 04b2378763 增加Tensor.ne和Tensor.maximum的中文接口文档
修正Tensor.ne和Tensor.maximum的英文接口文档
2023-02-27 14:33:30 +08:00
wang_shaocong c8fdbad801 [MSLITE] Fix documents of topk 2023-02-27 12:46:28 +08:00
i-robot 7c05d1ddcf
!49404 modify description of apis aviod of repeat
Merge pull request !49404 from ZhidanLiu/code_docs_master
2023-02-27 01:52:23 +00:00
i-robot 5686d99dd4
!49365 屏蔽cartesian_prod、Qr算子对外展示资料; addmv、addr 资料优化
Merge pull request !49365 from gaoshuanglong/add_functional_init
2023-02-27 01:44:20 +00:00
ZhidanLiu 6e1b4279c7 modify description of apis aviod of repeat 2023-02-26 17:13:09 +08:00
i-robot 75606d3570
!48984 update doc for cholesky_inverse
Merge pull request !48984 from xwkgch/master
2023-02-25 11:57:15 +00:00
yide12 2e6424c716 add_std_var_and_mean 2023-02-25 19:05:08 +08:00
gaoshuanglong 2f06f087f5 Qr、cattesian_prod 资料删除; addmv、addr资料优化 2023-02-25 16:33:05 +08:00
Liaotao_Wave 6d65a69a8b test quotes 2023-02-25 16:12:47 +08:00
Henry 269e0e78cf logspace 2023-02-25 15:05:26 +08:00
i-robot d92b7fbac5
!49241 ResizeLinear1D 对接 ResizeD PASS,ResizeLinear1D 输入 size 支持 tuple,list
Merge pull request !49241 from haozhang/ResizeLinear1D
2023-02-25 06:54:35 +00:00
i-robot f537c3c9ba
!49381 modify format
Merge pull request !49381 from 俞涵/code_docs_1110
2023-02-25 03:28:06 +00:00
shaojunsong 6691fa9dbf update hel 2023-02-25 10:25:17 +08:00
i-robot 081c5d51db
!49333 modify adaptivemaxpool3d docs
Merge pull request !49333 from 范吉斌/code_docs_maxpool
2023-02-25 02:21:45 +00:00
huodagu 9a6e21eb5a modify format 2023-02-25 10:19:36 +08:00
i-robot 2860d9c547
!49218 Profiler参数中文文档更新以及pynative模式动态shape网络标识获取无效
Merge pull request !49218 from liuchuting/s_p
2023-02-25 01:39:24 +00:00
fanjibin 51d6897b13 modify adaptivemaxpool3d docs 2023-02-24 23:13:03 +08:00
i-robot 482f69f2b9
!49358 [docs][bugfix] Fix I6HDO4
Merge pull request !49358 from shaojunsong/code_docs_randn_like
2023-02-24 08:01:08 +00:00
shaojunsong b37a18c8f1 fix randn_like docs bug 2023-02-24 15:36:02 +08:00
i-robot 14e9afce2b
!49251 add schema & len for FileReader
Merge pull request !49251 from guozhijian/add_interface_for_mr
2023-02-24 06:40:09 +00:00
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
tangdezhi_123 201d33a043 对ops下的API和其在Tensor下的同名API的参数名进行整改,涉及修改点,函数实现,中文说明修改,英文说明修改。
涉及修改的API如下,
ops.range
ops.linspace
ops.eye
ops.reshape
ops.lcm
ops.dot
ops.matmul

涉及修改的Tensor的API如下,
tensor.reshape
tensor.lcm

涉及新增的Tensor的API如下,新增API已自验证通过
tensor.dot
2023-02-24 10:49:33 +08:00
i-robot fcd672091d
!49317 modify format
Merge pull request !49317 from 俞涵/code_docs_1110
2023-02-24 02:49:28 +00:00
i-robot 15b56f17bc
!49276 为ir打印level更改更新api文档,以及修复get_grad的一个文档bug
Merge pull request !49276 from 李良灿/fixapiforlevel
2023-02-24 02:48:47 +00:00
shaojunsong c5693d534e Update api docs 2023-02-24 10:18:00 +08:00
liuchuting 8b38f175d4 Add params for profiler interface. 2023-02-24 10:10:10 +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
i-robot 7df1e70c75
!49315 fix api doc
Merge pull request !49315 from 于振华/code_docs_fix_api_doc_230223
2023-02-23 11:37:10 +00:00
hw_hz 529fff56ec FillV2 docs 2023-02-23 19:24:46 +08:00
yuzhenhua f43504a6ae fix api doc 2023-02-23 19:24:27 +08:00
i-robot d4bfde846b
!49132 delete exportMindIR para
Merge pull request !49132 from 周超/master5
2023-02-23 10:09:49 +00:00
liangcanli 50a28c426a change level of ir dump 2023-02-23 17:09:01 +08:00
jonyguo 0c267681c3 Add new interface schema & len for filereader 2023-02-23 16:49:10 +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
zhou_chao1993 0bd549f328 delete exportMindIR para 2023-02-22 17:52:18 +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 818d2ca40a
!49160 [MS][LITE]bugfix: ut mem leak
Merge pull request !49160 from yefeng/526-bug_fix
2023-02-22 07:27:42 +00:00
i-robot 31a75fd25f
!49223 fix replicationpad 1d 2d 3d doc
Merge pull request !49223 from 于振华/code_docs_fix_replicationpad_230222
2023-02-22 07:15:33 +00:00
i-robot ab435f04f7
!49226 modify format
Merge pull request !49226 from 俞涵/code_docs_1110
2023-02-22 06:30:49 +00:00
yuzhenhua 371bcd29a4 fix replicationpad doc 2023-02-22 14:10:53 +08:00
yefeng d87e9b41d6 bug fix 2023-02-22 11:25:32 +08: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 439c602598
!47763 add doc desc for mul primitive
Merge pull request !47763 from zhangzhaoju/master_complex
2023-02-22 02:18:49 +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 6e755a1a43
!49168 [MindSpore]概率编程应用接口删除
Merge pull request !49168 from 十六夜/master
2023-02-21 11:09:56 +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 f7f2610b37
!49120 update Cell api cn doc
Merge pull request !49120 from huanghui/update-cell-api-cn-doc
2023-02-21 09:14:50 +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
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