Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MarcCoru/locationencoder
/ SH_
Function
SH_
locationencoder/pe/discretized_spherical_harmonics.py:5–6 ·
view source on GitHub ↗
(args)
Source
from the content-addressed store, hash-verified
3
from
.spherical_harmonics_ylm
import
SH
4
5
def
SH_(args):
6
return
SH(*args)
7
8
class
DiscretizedSphericalHarmonics(nn.Module):
9
def
__init__(self, legendre_polys: int = 10):
Callers
nothing calls this directly
Calls
1
SH
Function · 0.85
Tested by
no test coverage detected