Commit Graph

136 Commits

Author SHA1 Message Date
i-robot 7dc59b5a96
!46682 modify the format of files 1212
Merge pull request !46682 from 宦晓玲/code_docs_1212
2022-12-12 03:36:20 +00:00
huanxiaoling ba3dc537fc modify the format of files 1212 2022-12-12 11:07:42 +08:00
i-robot 3f24b64815
!46571 Support sign sgn signbit
Merge pull request !46571 from 冯一航/Support_sgn_sign_signbit
2022-12-12 02:27:16 +00:00
fengyihang 7264a7cd4d Support sign sgn signbit 2022-12-09 17:28:47 +08:00
i-robot baf293e4cc
!46438 Add tensor.inner & ops.inner
Merge pull request !46438 from shaojunsong/feature/inner
2022-12-09 06:37:07 +00:00
i-robot 77677f153f
!46567 [api] add tensor.sin & tensor.sinc
Merge pull request !46567 from DavidFFFan/api
2022-12-08 09:12:32 +00:00
fandawei 4a801f55b8 add tensor.sin tensor.sinc 2022-12-08 11:26:26 +08:00
yanglf1121 2d39a17347 rename sparse to coo 2022-12-08 11:03:57 +08:00
shaojunsong 9440475e17 Add inner 2022-12-08 09:42:13 +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
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
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
shaojunsong 9fb0538b68 Add tensor.new_zeros, ops.zeros, ops.zeros_like 2022-12-05 10:07:00 +08: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
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
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
ZhidanLiu 6875db69f0 add split series api 2022-12-01 11:05:36 +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
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 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
emmmmtang e7d396ddcb add function and tensor not_equal 2022-11-29 10:29:04 +08:00
lilinjie bb332c9b1f fix some issues 2022-11-29 01:13:21 +08: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
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
yide12 c4b0223330 tensor_inverse_master 2022-11-28 07:19:58 +08: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
emmmmtang d8068b112e add function and Tensor clip clamp 2022-11-25 17:39:29 +08:00
shaojunsong bc783dd49d add tensor.where 2022-11-25 15:03:08 +08:00
huodagu c10636d534 rename ops and function 2022-11-25 10:57:29 +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 70e1f39e9c
!45876 ops模块API文档补齐
Merge pull request !45876 from yxx/master
2022-11-24 02:05:02 +00:00
hw_hz 44e300cb22 api for Lgamma 2022-11-23 16:37:44 +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
yangxixin 7780eef0c6 ops模块API文档补齐 2022-11-23 10:19:49 +08:00
hw_hz 4df50a5df0 CodeDocs 中文API资料 2022-11-23 09:20:48 +08:00
lilinjie e8091ab9af add CN docs for NonMaxSuppressionV3 and PadV3 and move Roll from inner_ops to math_ops 2022-11-23 08:50:16 +08:00
i-robot 10a8d1469f
!45694 add some operator documents.
Merge pull request !45694 from yangshuo/code_docs_api_2
2022-11-21 10:29:21 +00:00
i-robot 053bf18e8f
!45788 modify format
Merge pull request !45788 from 俞涵/code_docs_1110
2022-11-21 09:19:15 +00:00
y00451588 909a743e99 add some operator documents. 2022-11-21 17:00:51 +08:00
i-robot 198db29f7e
!45628 add some operators documents.
Merge pull request !45628 from yangshuo/code_docs_api
2022-11-21 08:42:56 +00:00
huodagu 392c27085f modify format1121 2022-11-21 16:18:40 +08:00
y00451588 3c055537c7 add some operators documents. 2022-11-21 09:59:50 +08:00
i-robot 9c4d3694d6
!45708 modify format
Merge pull request !45708 from 俞涵/code_docs_1110
2022-11-21 01:20:55 +00:00