MCPcopy 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

3from .spherical_harmonics_ylm import SH
4
5def SH_(args):
6 return SH(*args)
7
8class DiscretizedSphericalHarmonics(nn.Module):
9 def __init__(self, legendre_polys: int = 10):

Callers

nothing calls this directly

Calls 1

SHFunction · 0.85

Tested by

no test coverage detected