Commit Graph

3160 Commits

Author SHA1 Message Date
fanjibin 4017e6f137 fix adaptive_max_pool2d_grad 2022-12-07 11:40:30 +08:00
i-robot 467d6b6c41
!46509 for rewrite doc
Merge pull request !46509 from 于振华/code_docs_rewrite_doc_1207
2022-12-07 02:22:03 +00:00
i-robot ea7b2a377d
!46490 bugfix, nllloss labels input must be in [0, C-1]
Merge pull request !46490 from zhangyanhui/develop_mas
2022-12-07 02:02:09 +00:00
yuzhenhua 87bfc70681 for rewrite doc 2022-12-07 09:43:53 +08:00
changzherui b3d5b50444 modify jit config for cellwrap 2022-12-06 23:49:25 +08:00
i-robot 07a7dbf69e
!46332 add function and Tensor api: split.
Merge pull request !46332 from ZhidanLiu/split
2022-12-06 13:35:45 +00:00
zhangyanhui d95affa3b8 bugfix, nllloss labels input must be in [0, C-1] 2022-12-06 20:14:40 +08:00
i-robot abdd1d6883
!46435 delete rewrite api and add example code
Merge pull request !46435 from 于振华/code_docs_del_rewrite_api
2022-12-06 12:08:36 +00:00
yuzhenhua ca0df4f001 del rewrite api 2022-12-06 19:56:01 +08:00
i-robot 53c61857c1
!46461 modify the format of files 1206
Merge pull request !46461 from 宦晓玲/code_docs_1206
2022-12-06 08:44:05 +00:00
XinWang2021 660b630c8a [feat] [assistant] [I4XJGW] Add UniqueConsecutive 2022-12-06 15:00:08 +08:00
i-robot 44ad400219
!46373 api: cat hamming_window bincount
Merge pull request !46373 from 于振华/api_cat_hamm_bincount_1129
2022-12-06 06:08:54 +00:00
huanxiaoling dea5b9925f modify the format of files 1206 2022-12-06 11:55:38 +08:00
i-robot df2f50f734
!46447 [MD][DOC] Add Chinese doc for error_samples_mode APIs
Merge pull request !46447 from TinaMengtingZhang/code_docs_error_samples_mode
2022-12-06 03:09:45 +00:00
TinaMengtingZhang 5645867cdd Add Chinese doc for error_samples_mode APIs 2022-12-05 21:52:21 -05:00
i-robot 3eb996af9e
!46216 nllloss logits shape expected 2 dimensions
Merge pull request !46216 from zhangyanhui/faq_mas
2022-12-06 02:40:31 +00:00
i-robot ab362beba9
!46421 change ops function API catalogue
Merge pull request !46421 from luojianing/code_docs_master
2022-12-06 01:41:50 +00:00
yuzhenhua 7c7dacf01d api: cat,hammint_window, bincount 2022-12-05 20:19:12 +08:00
i-robot dcf3689c1a
!46318 Add bitwise left & right shift
Merge pull request !46318 from shaojunsong/feature/api1130
2022-12-05 11:18:06 +00:00
zhangyanhui 9dcac9de4e nllloss input for logits only support 2D now 2022-12-05 18:48:29 +08:00
i-robot 0b274282ff
!46354 [API] Add zeros, zeros_like, ones, ones_like
Merge pull request !46354 from shaojunsong/feature/zeros
2022-12-05 10:46:34 +00:00
luojianing 9e3ad1e8c9 change ops function API catalogue 2022-12-05 14:54:26 +08:00
sjtujayyyy 43404af53a modify docs 2022-12-05 10:55:55 +08:00
shaojunsong 9fb0538b68 Add tensor.new_zeros, ops.zeros, ops.zeros_like 2022-12-05 10:07:00 +08:00
ZhidanLiu 10b34297cb add function and Tensor api: split 2022-12-03 15:34:11 +08:00
i-robot 9eef6c4e0e
!46328 fix bug in maxunpool1d.
Merge pull request !46328 from ZhidanLiu/master
2022-12-02 08:03:40 +00:00
i-robot d63c1bd69f
!46251 [Master] Fix Lamb Formula
Merge pull request !46251 from shaojunsong/code_docs_lamb
2022-12-02 07:50:26 +00:00
shaojunsong 66a0070add add leftshift and rightshift 2022-12-02 15:26:34 +08:00
i-robot 805e244f4d
!46231 [API] Add ops.is_complex, ops.float_power, ops.fmod, tensor.is_complex, tensor.float_power and tensor.fmod.
Merge pull request !46231 from DavidFFFan/api
2022-12-02 06:48:18 +00:00
i-robot 59f845087d
!46363 modify format
Merge pull request !46363 from 俞涵/code_docs_1110
2022-12-02 06:31:20 +00:00
i-robot c5151122d5
!46360 modify the format of files 1202
Merge pull request !46360 from 宦晓玲/code_docs_1202
2022-12-02 06:16:51 +00:00
huodagu bf458705df modify format 2022-12-02 13:51:34 +08:00
i-robot 18c8b376c1
!46112 Fix FFTWithSize typo
Merge pull request !46112 from xiaohanzhang/master
2022-12-02 04:29:13 +00:00
huanxiaoling 5f1a80ad61 modify the format of files 1202 2022-12-02 11:38:23 +08:00
i-robot 9522b5fbe5
!46162 fix doc
Merge pull request !46162 from panfengfeng/code_docs_fix_doc_1128
2022-12-02 02:46:40 +00:00
fandawei b5b36f553b add ops.is_complex, ops.float_power, ops.fmod,
tensor.is_complex, tensor.float_power and tensor.fmod.
2022-12-01 19:56:37 +08:00
ZhidanLiu 36738babc0 fix bug in maxunpool1d. 2022-12-01 19:28:57 +08:00
i-robot 40e57737ee
!46085 add split series function and Tensor api: tensor_split, vsplit, hsplit, dsplit
Merge pull request !46085 from ZhidanLiu/master
2022-12-01 11:07:40 +00:00
i-robot 149d5cabe4
!46306 modify format
Merge pull request !46306 from 俞涵/code_docs_1110
2022-12-01 11:02:26 +00:00
i-robot 60efe0e06e
!41458 [assistant][ops]New operator implementation, include RenderedSST2Dataset
Merge pull request !41458 from 李子亘/rendered_sst2
2022-12-01 07:34:54 +00:00
i-robot 31208361ad
!46232 Add pad operation when padding's length is equal to 0
Merge pull request !46232 from 冯一航/add_pad_null_padding
2022-12-01 07:28:52 +00:00
huodagu e8ac9f1522 modify format 2022-12-01 13:52:32 +08:00
ZhidanLiu 6875db69f0 add split series api 2022-12-01 11:05:36 +08:00
emmmmtang 92e4e5e388 fix doc ops.not_equal 2022-12-01 09:35:28 +08:00
i-robot d9cae8189d
!46260 modify the format of files 1130
Merge pull request !46260 from 宦晓玲/code_docs_1130
2022-11-30 08:50:04 +00:00
huanxiaoling a44fb3e8a6 modify the format of files 1130 2022-11-30 16:38:10 +08:00
i-robot 3c800dc56f
!46153 code_docs_add_isneginf_isposinf
Merge pull request !46153 from yide12/code_docs_nn_master
2022-11-30 07:56:14 +00:00
uccInf 543d82670f [assistant][ops]New operator implementation, include RenderedSST2Dataset 2022-11-30 15:41:47 +08:00
i-robot e28897656b
!46254 fix doc of train and rewrite
Merge pull request !46254 from 于振华/code_docs_fix_model_1130
2022-11-30 07:31:09 +00:00
yuzhenhua 52775c10bd fix doc of train and rewrite 2022-11-30 14:30:24 +08:00
fengyihang 92b0e2d468 add pad null padding 2022-11-30 14:15:29 +08:00
shaojunsong b021c2fec0 Fix Lamb formula 2022-11-30 14:14:09 +08:00
i-robot 3262ecfa5f
!42389 [assistant][ops]New operator implementation, include SST2Dataset
Merge pull request !42389 from 李子亘/sst2
2022-11-30 03:57:40 +00:00
panfengfeng c7ea1023f9 fix doc 1128 2022-11-29 22:48:47 -05:00
i-robot 14ffcb619f
!46150 Add the verfication of setting dataset_strategt under PyNative mode
Merge pull request !46150 from liuluobin/fix_dataset_strategy
2022-11-30 01:37:05 +00:00
i-robot 55baa415e6
!46133 add function and tensor not_equal
Merge pull request !46133 from emmmmtang/master
2022-11-29 18:48:23 +00:00
i-robot a0d2e66393
!46110 fix dropout doc
Merge pull request !46110 from 王禹程/fix_drop_doc
2022-11-29 11:05:31 +00:00
huodagu f7084db000 dataset list add name 2022-11-29 18:04:33 +08:00
i-robot c24d7910f6
!46152 修复Smooth l1 loss API文档
Merge pull request !46152 from 刘崇鸣/fix_smooth_l1_loss_doc
2022-11-29 09:09:11 +00:00
i-robot f7b2d406d1
!46058 support rsqrt reciprocal real
Merge pull request !46058 from 冯一航/support_rsqrt_reciprocal_real
2022-11-29 09:00:43 +00:00
yide12 bb9c757f47 add_ops_isneginf 2022-11-29 16:58:21 +08:00
uccInf f287b4865c [assistant][ops]New operator implementation, include SST2Dataset 2022-11-29 16:20:21 +08:00
i-robot 6d9fdaacc1
!45713 [feat][assistant][I5EWH9][I5EWHA]用户接口HardSwish、HardSwishGrad
Merge pull request !45713 from zhixinaa/HardSwish
2022-11-29 07:59:31 +00:00
i-robot 7f9da39189
!46114 [assistant][ops][I5EWI8] Add new data operator Truncate
Merge pull request !46114 from 胡鸿祥/Truncate
2022-11-29 07:51:16 +00:00
i-robot 68359949ad
!43451 [feat][assistant][I5EWHX] add new data operator SUN397Dataset
Merge pull request !43451 from zhixinaa/SUN397
2022-11-29 03:33:30 +00:00
i-robot 981d837306
!46155 ops模块API文档修正
Merge pull request !46155 from yxx/master
2022-11-29 02:59:07 +00:00
i-robot ca77b36eda
!45982 fix some issues
Merge pull request !45982 from 李林杰/1124_fix_some_issues_master
2022-11-29 02:33:21 +00:00
emmmmtang e7d396ddcb add function and tensor not_equal 2022-11-29 10:29:04 +08:00
i-robot 122f890aac
!46052 回退 'Pull Request !45880 : add bicubic mode in interpolate'
Merge pull request !46052 from yanghaoran/revert-merge-45880-master
2022-11-29 02:13:43 +00:00
liuchongming 4f80297afe Fix docs of smooth l1 loss op. 2022-11-29 10:06:43 +08:00
i-robot 2c9084236a
!46167 modify format
Merge pull request !46167 from 俞涵/code_docs_1110
2022-11-29 02:01:27 +00:00
huodagu 19a806d3c1 modify format 2022-11-29 09:42:18 +08:00
i-robot 4e448004af
!46157 Add tensor.logdet to catalog
Merge pull request !46157 from shaojunsong/code_docs_logdet
2022-11-29 01:34:04 +00:00
lilinjie bb332c9b1f fix some issues 2022-11-29 01:13:21 +08:00
liuluobin ac73d7a371 Add the verfication of setting dataset_strategt under PyNative mode 2022-11-28 23:54:59 +08:00
i-robot 4fa9b37329
!46006 remove ResizeBicubic
Merge pull request !46006 from 李林杰/1125_remove_ResizeBicubic_master
2022-11-28 13:21:44 +00:00
shaojunsong 0fda0f4572 add tensor.logdet to catalog 2022-11-28 20:57:17 +08:00
yangxixin 6c1f330683 ops模块API文档修正 2022-11-28 20:18:13 +08:00
hhxtryyoubest 6b42fd45f1 [feat][assistant][I5EWI8] add new data operator Truncate 2022-11-28 18:28:22 +08:00
i-robot 4a163493f0
!46139 Add Diag operator docs.
Merge pull request !46139 from yangshuo/code_docs_api
2022-11-28 09:59:09 +00:00
i-robot e7ea1601a5
!45847 tensor_inverse_master
Merge pull request !45847 from yide12/tensor_inverse_master
2022-11-28 09:38:40 +00:00
yangshuo 47790fc004 Add Diag operator docs. 2022-11-28 16:49:52 +08:00
zhixinaa 2bb2c4632d [feat][assistant][I5EWHX] add new data operator SUN397Dataset 2022-11-28 16:45:15 +08:00
i-robot a614001933
!46113 modify format
Merge pull request !46113 from 俞涵/code_docs_1110
2022-11-28 08:24:02 +00:00
i-robot 7971c2ae7b
!42535 [assistant][ops]New operator implementation, include Food101Dataset
Merge pull request !42535 from 李子亘/food101
2022-11-28 08:12:14 +00:00
i-robot 7b8e0b72bb
!33300 【众智】CenterCropOp
Merge pull request !33300 from 王涛/CenterCrop
2022-11-28 07:41:55 +00:00
fengyihang 8504a45294 modify pad docs 2022-11-28 15:00:09 +08:00
i-robot c11f9581e5
!46037 [API] Tensor.logdet & ops.logdet
Merge pull request !46037 from shaojunsong/feature/logdet
2022-11-28 06:31:19 +00:00
i-robot a7d94d4608
!45743 tensor_isneginf_isposinf_isreal_master
Merge pull request !45743 from yide12/tensor_isneginf_master
2022-11-28 04:41:16 +00:00
huodagu c6ca767e23 modify format1128 2022-11-28 12:00:46 +08:00
shaw_zhang 4524194cca Fix FFTWithSize typo 2022-11-28 11:42:43 +08:00
reku1997 a8b68b6e9c fix dropout doc 2022-11-28 11:30:29 +08:00
i-robot 5a96e68502
!46079 ops模块API文档修正
Merge pull request !46079 from yxx/master
2022-11-28 02:37:22 +00:00
i-robot f34cd6432b
!40833 [assistant][ops][I5EWI4] Add new data operator LFCC.
Merge pull request !40833 from 杨旭华/LFCC
2022-11-28 02:06:09 +00:00
i-robot 47f76e7e14
!46062 modify the format of files 1126
Merge pull request !46062 from 宦晓玲/code_docs_1126
2022-11-28 02:00:04 +00:00
yide12 c4b0223330 tensor_inverse_master 2022-11-28 07:19:58 +08:00
i-robot 270b88e42d
!46089 移除ResizeBilinearV2和ops.interpolate 对cpu平台half_pixel_centers模式的限制
Merge pull request !46089 from DavidFFFan/api
2022-11-27 03:39:09 +00:00
i-robot 3e2fa50222
!45910 add function and Tensor clip clamp
Merge pull request !45910 from emmmmtang/master
2022-11-26 18:35:50 +00:00
shaojunsong 8f28ca73e1 add tensor.logdet & ops.logdet 2022-11-26 21:40:58 +08:00
fengyihang 4cdd63a8ca support rsqrt reciprocal real 2022-11-26 18:08:48 +08:00
fandawei 753224c377 add 'half_pixel' coordinate_transformation_mode support on CPU device when mode is 'bilinear' 2022-11-26 17:44:49 +08:00
yangxixin 6edce75b86 ops模块API文档修正 2022-11-26 16:24:54 +08:00
wang tao 5d733421b1 keep one commit 2022-11-26 16:20:09 +08:00
huanxiaoling b30974c6d4 modify the format of files 1126 2022-11-26 16:16:17 +08:00
lwj19991209 8b6d70d767 [assistant][ops][I5EWI4] Add new data operator LFCC 2022-11-26 16:08:06 +08:00
i-robot 4118dbcd4d
!45550 Add tensor.where, ops.where
Merge pull request !45550 from shaojunsong/feature/where
2022-11-26 06:33:42 +00:00
i-robot a1231c9f05
!45970 ops模块API文档修正
Merge pull request !45970 from yxx/master
2022-11-26 02:26:24 +00:00
i-robot ca2d0513db
!46038 modify doc
Merge pull request !46038 from xumengjuan1/code_docs_x55
2022-11-26 02:04:37 +00:00
i-robot 5ae17faf90
!33277 【众智】RandomCropOp
Merge pull request !33277 from 王涛/RandomCrop
2022-11-26 01:40:10 +00:00
yanghaoran fccc39247f
回退 'Pull Request !45880 : add bicubic mode in interpolate' 2022-11-26 01:18:11 +00:00
emmmmtang d8068b112e add function and Tensor clip clamp 2022-11-25 17:39:29 +08:00
xumengjuan1 c1742e4c45 modiyf doc 2022-11-25 16:27:57 +08:00
i-robot 5d36416c81
!46016 LogNormalReverse 资料默认值修改
Merge pull request !46016 from haozhang/code_docs_11_25
2022-11-25 08:14:05 +00:00
i-robot ef247fb7cc
!46021 modify the format of files 1125
Merge pull request !46021 from 宦晓玲/code_docs_1125
2022-11-25 07:59:53 +00:00
i-robot 62e948f517
!40837 [assistant][ops][I5EWHZ] Add new data operator AddToken.
Merge pull request !40837 from 杨旭华/AddToken
2022-11-25 07:26:51 +00:00
hw_hz 6d91a1d221 default value modified 2022-11-25 15:11:34 +08:00
shaojunsong bc783dd49d add tensor.where 2022-11-25 15:03:08 +08:00
yide12 6c8ffd93f9 tensor_isneginf_isposinf_isreal_master 2022-11-25 14:56:34 +08:00
i-robot 62d24d2b2a
!45880 add bicubic mode in interpolate
Merge pull request !45880 from 冯一航/add_bicubic_in_interpolate
2022-11-25 06:51:38 +00:00
i-robot c82263e31a
!46014 modify doc
Merge pull request !46014 from xumengjuan1/code_docs_x76
2022-11-25 06:33:24 +00:00
yangxixin 0828a7137b ops模块API文档修正 2022-11-25 14:29:55 +08:00
lilinjie a603323b75 remove ResizeBicubic 2022-11-25 14:21:58 +08:00
xumengjuan1 568ba40918 modify doc 2022-11-25 14:10:36 +08:00
i-robot 293e3fb6dc
!46017 rename ops and function rst
Merge pull request !46017 from 俞涵/code_docs_1110
2022-11-25 03:47:41 +00:00
huanxiaoling f3eac3daba modify the format of files 1125 2022-11-25 11:38:29 +08:00
i-robot 685b659d24
!45959 update comment for ImageNetToMR api
Merge pull request !45959 from guozhijian/code_docs_imagenet_to_mr
2022-11-25 03:27:23 +00:00
i-robot 7831e21c36
!45957 Delete the chinese API note
Merge pull request !45957 from shenwei41/code_docs_master
2022-11-25 03:06:20 +00:00
huodagu c10636d534 rename ops and function 2022-11-25 10:57:29 +08:00
i-robot 3852caafa5
!45956 modify mH mm msort mT NanToNum docs
Merge pull request !45956 from 冯一航/code_docs_modify_mH_docs
2022-11-25 02:26:18 +00:00
fengyihang 3e00d8eb82 add bicubic in interpolate 2022-11-25 10:17:17 +08:00
i-robot 3497838202
!45916 Lgamma中文资料及Init注册
Merge pull request !45916 from haozhang/api_11_23
2022-11-25 02:11:23 +00:00
i-robot 2e080269e3
!45947 fix discription of ops greqf
Merge pull request !45947 from wangmin0104/master
2022-11-25 01:54:55 +00:00
jonyguo 356d9711b1 update ImageNetToMR api comment 2022-11-25 09:20:36 +08:00
xyuuuyx d1459b200e [feat][assistant][I5EWHZ] add new data operator AddToken 2022-11-24 21:32:54 +08:00
i-robot 98d9e95256
!43738 GE support pynative ms_fuction
Merge pull request !43738 from liangzelang/ge_support_pynative
2022-11-24 08:50:45 +00:00
i-robot 4d460ccc45
!45938 fix api bug of log10, log2
Merge pull request !45938 from ZhidanLiu/code_docs_master
2022-11-24 06:21:18 +00:00
i-robot 737c80adc3
!43758 [assistant][ops] add new aicpu operator SmoothL1LossV2 and SmoothL1LossV2Grad
Merge pull request !43758 from 杨旭华/SmoothL1LossV2
2022-11-24 03:47:32 +00:00
wang tao 806e7e91d5 reset head to origin/master and commit, further commit should use commit --amend to keep one commit 2022-11-24 11:16:23 +08:00
shenwei41 bc42014048 Delete chinese api note 2022-11-24 10:14:15 +08:00
i-robot 70e1f39e9c
!45876 ops模块API文档补齐
Merge pull request !45876 from yxx/master
2022-11-24 02:05:02 +00:00
fengyihang 5ef2964e7d modify mH docs 2022-11-24 09:48:51 +08:00
wangmin e265ec2fdd fix greqf 2022-11-23 17:58:15 +08:00
ZhidanLiu cfcc19874d fix api bug of log10, log2 2022-11-23 17:33:24 +08:00
i-robot d094f6051f
!45919 modify doc
Merge pull request !45919 from xumengjuan1/code_docs_x66
2022-11-23 08:51:38 +00:00
i-robot 2e182dabd8
!45871 modify the format of files 1122
Merge pull request !45871 from 宦晓玲/code_docs_1122
2022-11-23 08:51:32 +00:00
i-robot f523759ddd
!45932 modify the format of files 1123
Merge pull request !45932 from 宦晓玲/code_docs_1123
2022-11-23 08:43:57 +00:00
hw_hz 44e300cb22 api for Lgamma 2022-11-23 16:37:44 +08:00
huanxiaoling e512b97284 modify the format of files 1123 2022-11-23 16:11:18 +08:00
i-robot c0445d8a4e
!45852 add CN docs for NonMaxSuppressionV3 and PadV3 and move Roll from inner…
Merge pull request !45852 from 李林杰/1122_add_a_few_CN_doc_master
2022-11-23 07:12:02 +00:00
xumengjuan1 a8f673418e modify doc 2022-11-23 15:03:36 +08:00