Skip to content

Commit 29174fe

Browse files
author
Zhuoming Chen
committed
comments and docs
1 parent f5bce20 commit 29174fe

32 files changed

Lines changed: 178 additions & 40 deletions

docs/api/vortex_torch.abs.context_base.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ vortex\_torch.abs.context\_base
33

44
.. automodule:: vortex_torch.abs.context_base
55
:members:
6-
:undoc-members:
76
:show-inheritance:
87

98
.. rubric:: Classes

docs/api/vortex_torch.abs.op.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ vortex\_torch.abs.op
33

44
.. automodule:: vortex_torch.abs.op
55
:members:
6-
:undoc-members:
76
:show-inheritance:
87

98
.. rubric:: Classes

docs/api/vortex_torch.cache.context.rst

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

44
.. automodule:: vortex_torch.cache.context
55
:members:
6-
:undoc-members:
76
:show-inheritance:
87

98
.. rubric:: Classes

docs/api/vortex_torch.cache.elementwise.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ vortex\_torch.cache.elementwise
33

44
.. automodule:: vortex_torch.cache.elementwise
55
:members:
6-
:undoc-members:
76
:show-inheritance:
87

98
.. rubric:: Classes

docs/api/vortex_torch.cache.elementwise_binary.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ vortex\_torch.cache.elementwise\_binary
33

44
.. automodule:: vortex_torch.cache.elementwise_binary
55
:members:
6-
:undoc-members:
76
:show-inheritance:
87

98
.. rubric:: Classes

docs/api/vortex_torch.cache.fill.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ vortex\_torch.cache.fill
33

44
.. automodule:: vortex_torch.cache.fill
55
:members:
6-
:undoc-members:
76
:show-inheritance:
87

98
.. rubric:: Classes
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
vortex\_torch.cache.mask
2+
========================
3+
4+
.. automodule:: vortex_torch.cache.mask
5+
6+
7+
.. rubric:: Classes
8+
9+
.. autosummary::
10+
11+
MaskSlice
12+

docs/api/vortex_torch.cache.matmul.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ vortex\_torch.cache.matmul
33

44
.. automodule:: vortex_torch.cache.matmul
55
:members:
6-
:undoc-members:
76
:show-inheritance:
87

98
.. rubric:: Classes

docs/api/vortex_torch.cache.reduce.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ vortex\_torch.cache.reduce
33

44
.. automodule:: vortex_torch.cache.reduce
55
:members:
6-
:undoc-members:
76
:show-inheritance:
87

98
.. rubric:: Classes
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
vortex\_torch.cache.reduce\_interleave
2+
======================================
3+
4+
.. automodule:: vortex_torch.cache.reduce_interleave
5+
6+
7+
.. rubric:: Classes
8+
9+
.. autosummary::
10+
11+
L2NormInterleave
12+
MaxInterleave
13+
MeanInterleave
14+
MinInterleave
15+
ReduceInterleave
16+

0 commit comments

Comments
 (0)