FakeQuantWithMinMaxVarsPerChannelGradient.Options

public static class FakeQuantWithMinMaxVarsPerChannelGradient.Options

Public Methods

Inherited Methods

boolean
equals(Object arg0)
final Class<?>
getClass()
int
hashCode()
final void
notify()
final void
notifyAll()
String
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()

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.