MCPcopy Create free account
hub / github.com/pytorch/executorch / PerChannelQuant

Class PerChannelQuant

backends/xnnpack/serialization/xnnpack_graph_schema.py:459–463  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

457
458@dataclass
459class PerChannelQuant:
460 scale: List[float]
461 channel_dim: int
462 scale_buffer_idx: int = -1
463 num_scales: int = -1
464
465
466@dataclass

Callers 1

get_quant_paramsMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected