Commit Graph

515 Commits

Author SHA1 Message Date
i-robot af77fb457c
!45182 add api of Tensor.lcm Tensor.ldexp
Merge pull request !45182 from emmmmtang/master
2022-11-10 01:10:05 +00:00
lianliguang 316afeaf94 remove useless api 2022-11-09 14:46:43 +08:00
i-robot e332250070
!45247 Add ops.arccos and tensor.arccos
Merge pull request !45247 from DavidFFFan/api_tensor
2022-11-09 01:34:24 +00:00
emmmmtang 95a5f96b16 add api of Tensor.lcm Tensor.ldexp 2022-11-08 21:16:20 +08:00
i-robot 0171878048
!45272 fix: md doc format
Merge pull request !45272 from guozhijian/code_docs_md_format
2022-11-08 11:12:01 +00:00
jonyguo 42cfac317d fix: doc format 2022-11-08 18:01:32 +08:00
fandawei eb49e3f975 add ops.arccos and tensor.arccos 2022-11-08 14:21:45 +08:00
i-robot 5fce0f724d
!44610 tensor_nelement_numel_permute_positive_remainderr
Merge pull request !44610 from yide12/tensor_nelement_numel_permute_positive_remainder
2022-11-08 02:54:33 +00:00
i-robot f8b256b13c
!44919 tensor_arccosh_arcsin_arctan_arctan2_master
Merge pull request !44919 from yide12/tensor_arccosh_arcsin_arctan_arctan2_master
2022-11-08 02:54:22 +00:00
i-robot db9a328c6d
!45215 Add ops.absolute and tensor.absolute
Merge pull request !45215 from DavidFFFan/api
2022-11-08 02:53:33 +00:00
i-robot 2c6e29775f
!44947 support filp fliplr flipud isfloat issigned ops and tensor
Merge pull request !44947 from 冯一航/support_flip_isf_issigned
2022-11-08 02:50:29 +00:00
i-robot 572bdc1158
!45200 add marginrankingloss ops
Merge pull request !45200 from 冯一航/add_marginrankingloss_ops
2022-11-08 02:34:46 +00:00
i-robot 3819983f64
!45253 modify the error in nn
Merge pull request !45253 from 宦晓玲/code_docs_1101
2022-11-08 02:20:26 +00:00
huanxiaoling cec73db2a0 modify the error in nn 2022-11-08 09:54:07 +08:00
fengyihang 87a22de9a5 add marginrankingloss ops 2022-11-07 19:59:15 +08:00
fengyihang 3b590239aa support flip isf issigned 2022-11-07 17:48:25 +08:00
fandawei 70f7b00482 add ops.absolute and tensor.absolute 2022-11-07 16:35:43 +08:00
yide12 2a2d3cd374 tensor_nele_numel_permute_positive_remainder 2022-11-07 14:50:44 +08:00
i-robot dfd2239118
!44859 CSRTensor & functional SparseMatrixSparseMatMul
Merge pull request !44859 from mamba_ni/master
2022-11-07 02:34:14 +00:00
izayoi16 1f1c71e1dd csr mm tensor&function 2022-11-05 20:32:10 +08:00
yide12 a59b5cc8c7 tensor_arccosh_arcsin_arctan_arctan2_master 2022-11-05 09:03:22 +08:00
i-robot f3761d3a9b
!45101 add CN doc for 6 APIs
Merge pull request !45101 from 李林杰/code_docs_1103_add_CN_doc_for_7_APIs_master
2022-11-04 07:28:43 +00:00
i-robot 845866ea8d
!40394 【算子众智】【电子科技大学】【数据算子】【read_file】read a file in binary mode
Merge pull request !40394 from dengjian/upstream_read_file
2022-11-04 07:08:26 +00:00
lilinjie 0d2c188a84 add CN doc for 6 APIs 2022-11-04 12:28:04 +08:00
uestc_dengjian 3583d4e952 [feat] [assistant] [I4S2F6] add new data operator read_file 2022-11-03 12:43:55 -04:00
Erpim 1b7225fbf0 move vmap doc 2022-11-03 20:35:37 +08:00
i-robot 174f46f24d
!44944 del set_dynamic_columns operation
Merge pull request !44944 from 刘勇琪/master
2022-11-03 09:46:39 +00:00
i-robot 497f82cc09
!44900 add function and tensor api of unsqueeze
Merge pull request !44900 from ZhidanLiu/unsqueeze
2022-11-02 10:19:22 +00:00
liu-yongqi-63 ec2da070bf del set_dynamic_columns operation 2022-11-02 15:08:21 +08:00
Zhidanliu c167b4aa92 add function and tensor api of unsqueeze 2022-11-01 20:39:54 +08:00
fengyihang 14ff3ac21a support tensor repeat elements 2022-11-01 20:22:50 +08:00
i-robot 5f603ffb39
!44858 Tensor api unbind
Merge pull request !44858 from ZhidanLiu/unbind_master
2022-11-01 09:00:45 +00:00
pkuliuliu e0f470751b add nn.ChannelShuffle 2022-10-31 21:15:12 +08:00
ZhidanLiu e82f857226 Tensor and fucntion api of unbind 2022-10-31 16:55:01 +08:00
huodagu f0a45b5037 modify Tensor api 2022-10-31 15:32:00 +08:00
i-robot 1b59e7d834
!44451 [ST][MS][OPS] ops.bartlett_window & ops.mse_loss APIs and STs.
Merge pull request !44451 from alashkari/new-apis-oct-24
2022-10-31 03:02:53 +00:00
i-robot f6866548c6
!43659 [ST][MS][OPS] isinf & logical_xor Functional APIs; isinf, isnan, le, less, logical_and, logical_not, logical_or & logical_xor Tensor APIs and STs.
Merge pull request !43659 from alashkari/new-apis-oct-11
2022-10-29 09:24:20 +00:00
yide12 85255a99e5 code_docs_nn_master 2022-10-29 15:33:08 +08:00
i-robot aa58bea98c
!44399 pixel_shuffle_unshuffle_master
Merge pull request !44399 from yide12/pixel_shuffle_unshuffle_master
2022-10-29 06:43:04 +00:00
i-robot df5f138d03
!40746 【算子众智】【电子科技大学】【数据算子】【write_file】write a file using binary mode
Merge pull request !40746 from dengjian/upstream_write_file
2022-10-29 02:42:53 +00:00
alashkari 55c936c1e6 Added new functional apis. 2022-10-28 22:05:54 -04:00
i-robot 6071b9fd5f
!44740 add english api of max_unpool
Merge pull request !44740 from LV/code_docs_master
2022-10-28 09:26:14 +00:00
yide12 a81246b9b9 pixel_shuffle_unshuffle_master 2022-10-28 17:17:56 +08:00
i-robot 204131898e
!44750 modify format
Merge pull request !44750 from 俞涵/code_docs_1010
2022-10-28 08:54:13 +00:00
deng jian d3c2378956 [feat] [assistant] [I4S2FA] add new data operator write_file 2022-10-28 04:42:21 -04:00
huodagu a89a94de20 modify format 2022-10-28 16:27:40 +08:00
shaojunsong 2967aa99a5 add triu, true_divide, subtract to Tensor 2022-10-28 11:07:43 +08:00
LV b95e824fb9 add english api of max_unpool 2022-10-28 10:28:33 +08:00
alashkari f5e0adf2f9 Added new functional & tensor apis. 2022-10-27 22:20:38 -04:00
i-robot d0be01fcb0
!44581 tensor_neg_master
Merge pull request !44581 from yide12/tensor_neg_master
2022-10-27 09:27:24 +00:00