FakeQuantWithMinMaxVarsPerChannelGradient.Options

public static class FakeQuantWithMinMaxVarsPerChannelGradient.Options

Public Methods

FakeQuantWithMinMaxVarsPerChannelGradient.Options
narrowRange(Boolean narrowRange)
FakeQuantWithMinMaxVarsPerChannelGradient.Options
numBits(Long numBits)

Inherited Methods

Public Methods

public FakeQuantWithMinMaxVarsPerChannelGradient.Options narrowRange (Boolean narrowRange)

Parameters
narrowRange Whether to quantize into 2^num_bits - 1 distinct values.

public FakeQuantWithMinMaxVarsPerChannelGradient.Options numBits (Long numBits)

Parameters
numBits The bitwidth of the quantization; between 2 and 16, inclusive.