Skip to content

Commit 9e66985

Browse files
docs
1 parent ff42277 commit 9e66985

File tree

72 files changed

+4672
-634
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+4672
-634
lines changed

docs/_static/custom.css

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
dl.py.class > dt.sig {
2+
font-size: 1.4em; /* 放大字体 */ /* 淡蓝/灰底色,自行改颜色值 */
3+
padding: 0.4.rem 0.8rem; /* 给一点内边距,让块更像卡片 */
4+
border-radius: 0.4rem; /* 圆角 */
5+
}
6+
7+
8+
dl.py.class .sig-name {
9+
font-weight: 900;
10+
font-size: 1.2em;
11+
}
12+
13+
/* 调整类方法标题(def xxx)的整体字体大小 */
14+
dl.py.method > dt.sig {
15+
font-size: 1.2em !important; /* 改成你想要的大小 */
16+
}
17+
18+
/* 进一步单独放大方法名 def xxx */
19+
dl.py.method > dt.sig .sig-name {
20+
font-size: 1.2em !important;
21+
font-weight: 700; /* 让方法名更突出,可选 */
22+
}
23+
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
vortex\_torch.abs.context\_base
2+
===============================
3+
4+
.. automodule:: vortex_torch.abs.context_base
5+
:members:
6+
:undoc-members:
7+
:show-inheritance:
8+
9+
.. rubric:: Classes
10+
11+
.. autosummary::
12+
13+
ContextBase
14+

docs/api/vortex_torch.abs.op.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
vortex\_torch.abs.op
2+
====================
3+
4+
.. automodule:: vortex_torch.abs.op
5+
:members:
6+
:undoc-members:
7+
:show-inheritance:
8+
9+
.. rubric:: Classes
10+
11+
.. autosummary::
12+
13+
vOp
14+

docs/api/vortex_torch.abs.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
vortex\_torch.abs
2+
=================
3+
4+
.. automodule:: vortex_torch.abs
5+
:members:
6+
:undoc-members:
7+
:show-inheritance:
8+
9+
.. rubric:: Modules
10+
11+
.. autosummary::
12+
:toctree:
13+
:recursive:
14+
15+
context_base
16+
op
17+
tensor
Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
vortex\_torch.tensor
2-
====================
3-
4-
.. automodule:: vortex_torch.tensor
1+
vortex\_torch.abs.tensor
2+
========================
53

4+
.. automodule:: vortex_torch.abs.tensor
5+
:members:
6+
:undoc-members:
7+
:show-inheritance:
68

79
.. rubric:: Functions
810

docs/api/vortex_torch.cache.context.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ vortex\_torch.cache.context
22
===========================
33

44
.. automodule:: vortex_torch.cache.context
5-
5+
:members:
6+
:undoc-members:
7+
:show-inheritance:
68

79
.. rubric:: Classes
810

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
vortex\_torch.cache.elementwise
2+
===============================
3+
4+
.. automodule:: vortex_torch.cache.elementwise
5+
:members:
6+
:undoc-members:
7+
:show-inheritance:
8+
9+
.. rubric:: Classes
10+
11+
.. autosummary::
12+
13+
Abs
14+
Add_Mul
15+
Elementwise
16+
Relu
17+
Sigmoid
18+
Silu
19+
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
vortex\_torch.cache.elementwise\_binary
2+
=======================================
3+
4+
.. automodule:: vortex_torch.cache.elementwise_binary
5+
:members:
6+
:undoc-members:
7+
:show-inheritance:
8+
9+
.. rubric:: Classes
10+
11+
.. autosummary::
12+
13+
Add
14+
Elementwise_Binary
15+
Maximum
16+
Minimum
17+
Multiply
18+
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
vortex\_torch.cache.fill
2+
========================
3+
4+
.. automodule:: vortex_torch.cache.fill
5+
:members:
6+
:undoc-members:
7+
:show-inheritance:
8+
9+
.. rubric:: Classes
10+
11+
.. autosummary::
12+
13+
Fill
14+
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
vortex\_torch.cache.matmul
2+
==========================
3+
4+
.. automodule:: vortex_torch.cache.matmul
5+
:members:
6+
:undoc-members:
7+
:show-inheritance:
8+
9+
.. rubric:: Classes
10+
11+
.. autosummary::
12+
13+
GeMM
14+

0 commit comments

Comments
 (0)