Quantizes weights and activations for (act * w) matmul AQT style. This only scales, rounds and clips; resulting quantized inputs would be either integer ot integer emulated in float. w_name must have been previously created via TrackQWeight. Args: w_name: Previously created
(self,
w_name,
act,
weight,
w_feature_axis,
act_distribution=QDistribution.SYMMETRIC,
w_expected_scale_shape=None)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected