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

Class QuantizeResult

gsplat/compression_simulation/quantizer.py:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11
12@dataclass
13class QuantizeResult:
14 value: Tensor
15 q_step: Optional[Tensor]
16 metadata: Dict[str, Tensor]
17
18
19class DifferentiableQuantizer:

Callers 1

quantizeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected