Track activations and create variables for quantization as needed. The activations will be associated with a specific named QDomain. Most layers are simple enough to only require a single 'default' QDomain. Additional QDomains can be defined as parameters to control fine grained asp
(self,
*act_names: str,
shape: Optional[Iterable[int]] = None,
feature_axes: Optional[Iterable[int]] = None,
domain: str = 'default')
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected