MCPcopy Create free account
hub / github.com/tensorflow/lingvo / FromAqtConv

Method FromAqtConv

lingvo/core/quant_utils.py:532–550  ·  view source on GitHub ↗

Rescales the output corresponding to AQT quantized convolution. Refer to quantizable_layer.FromAqtConv. Args: w_name: weight name. output: The tensor to rescale. is_depthwise: Whether or not this follows a DepthwiseConv, which merges the feature axes in the output

(self, w_name, output, *, is_depthwise=False)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 3

_ValidateWeightMethod · 0.95
_GetQDomainMethod · 0.95
FromAqtConvMethod · 0.45

Tested by

no test coverage detected