Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
torch-harmonics
Commits
828f2ba3
Commit
828f2ba3
authored
Jul 21, 2025
by
Boris Bonev
Browse files
removing some more docstrings
parent
61dd6cf1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
torch_harmonics/convolution.py
torch_harmonics/convolution.py
+0
-8
No files found.
torch_harmonics/convolution.py
View file @
828f2ba3
...
...
@@ -503,14 +503,6 @@ class DiscreteContinuousConvS2(DiscreteContinuousConv):
@
property
def
psi_idx
(
self
):
"""
Get the convolution tensor index
Returns
-------
psi_idx: torch.Tensor
Convolution tensor index
"""
return
torch
.
stack
([
self
.
psi_ker_idx
,
self
.
psi_row_idx
,
self
.
psi_col_idx
],
dim
=
0
).
contiguous
()
def
forward
(
self
,
x
:
torch
.
Tensor
)
->
torch
.
Tensor
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment