MCPcopy Create free account
hub / github.com/JasonLSC/GSCodec_Studio / register_codec

Function register_codec

gsplat/compression/post_training/codec.py:40–41  ·  view source on GitHub ↗
(name: str, cls: type)

Source from the content-addressed store, hash-verified

38
39
40def register_codec(name: str, cls: type) -> None:
41 CODEC_REGISTRY[name] = cls
42
43
44def build_codec(config: CodecConfig):

Callers 3

codec.pyFile · 0.85
legacy_png.pyFile · 0.85
__init__.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected