public FakeQuantWithMinMaxVarsPerChannelGradient fakeQuantWithMinMaxVarsPerChannelGradient(Operand<Float> gradients, Operand<Float> inputs, Operand<Float> min, Operand<Float> max, FakeQuantWithMinMaxVarsPerChannelGradient.Options... options)
FakeQuantWithMinMaxVarsPerChannelGradient operationgradients - Backpropagated gradients above the FakeQuantWithMinMaxVars operation,inputs - Values passed as inputs to the FakeQuantWithMinMaxVars operation, shapemin - max - options - carries optional attributes valuesFakeQuantWithMinMaxVarsPerChannelGradientpublic <T> Dequantize dequantize(Operand<T> input, Operand<Float> minRange, Operand<Float> maxRange, Dequantize.Options... options)
Dequantize operationinput - minRange - The minimum scalar value possibly produced for the input.maxRange - The maximum scalar value possibly produced for the input.options - carries optional attributes valuesDequantizepublic FakeQuantWithMinMaxVarsGradient fakeQuantWithMinMaxVarsGradient(Operand<Float> gradients, Operand<Float> inputs, Operand<Float> min, Operand<Float> max, FakeQuantWithMinMaxVarsGradient.Options... options)
FakeQuantWithMinMaxVarsGradient operationgradients - Backpropagated gradients above the FakeQuantWithMinMaxVars operation.inputs - Values passed as inputs to the FakeQuantWithMinMaxVars operation.min - max - options - carries optional attributes valuesFakeQuantWithMinMaxVarsGradientpublic <U,T> QuantizeDownAndShrinkRange<U> quantizeDownAndShrinkRange(Operand<T> input, Operand<Float> inputMin, Operand<Float> inputMax, Class<U> outType)
QuantizeDownAndShrinkRange operationinput - inputMin - The float value that the minimum quantized input value represents.inputMax - The float value that the maximum quantized input value represents.outType - The type of the output. Should be a lower bit depth than Tinput.QuantizeDownAndShrinkRangepublic FakeQuantWithMinMaxArgsGradient fakeQuantWithMinMaxArgsGradient(Operand<Float> gradients, Operand<Float> inputs, FakeQuantWithMinMaxArgsGradient.Options... options)
FakeQuantWithMinMaxArgsGradient operationgradients - Backpropagated gradients above the FakeQuantWithMinMaxArgs operation.inputs - Values passed as inputs to the FakeQuantWithMinMaxArgs operation.options - carries optional attributes valuesFakeQuantWithMinMaxArgsGradientpublic FakeQuantWithMinMaxVarsPerChannel fakeQuantWithMinMaxVarsPerChannel(Operand<Float> inputs, Operand<Float> min, Operand<Float> max, FakeQuantWithMinMaxVarsPerChannel.Options... options)
FakeQuantWithMinMaxVarsPerChannel operationinputs - min - max - options - carries optional attributes valuesFakeQuantWithMinMaxVarsPerChannelpublic <T> Quantize<T> quantize(Operand<Float> input, Operand<Float> minRange, Operand<Float> maxRange, Class<T> T, Quantize.Options... options)
Quantize operationinput - minRange - The minimum scalar value possibly produced for the input.maxRange - The maximum scalar value possibly produced for the input.T - options - carries optional attributes valuesQuantizepublic <U,T> Requantize<U> requantize(Operand<T> input, Operand<Float> inputMin, Operand<Float> inputMax, Operand<Float> requestedOutputMin, Operand<Float> requestedOutputMax, Class<U> outType)
Requantize operationinput - inputMin - The float value that the minimum quantized input value represents.inputMax - The float value that the maximum quantized input value represents.requestedOutputMin - The float value that the minimum quantized output value represents.requestedOutputMax - The float value that the maximum quantized output value represents.outType - The type of the output. Should be a lower bit depth than Tinput.Requantizepublic FakeQuantWithMinMaxArgs fakeQuantWithMinMaxArgs(Operand<Float> inputs, FakeQuantWithMinMaxArgs.Options... options)
FakeQuantWithMinMaxArgs operationinputs - options - carries optional attributes valuesFakeQuantWithMinMaxArgspublic <T extends Number> QuantizeAndDequantize<T> quantizeAndDequantize(Operand<T> input, Operand<T> inputMin, Operand<T> inputMax, Operand<Integer> numBits, QuantizeAndDequantize.Options... options)
QuantizeAndDequantize operationinput - inputMin - inputMax - numBits - options - carries optional attributes valuesQuantizeAndDequantizepublic FakeQuantWithMinMaxVars fakeQuantWithMinMaxVars(Operand<Float> inputs, Operand<Float> min, Operand<Float> max, FakeQuantWithMinMaxVars.Options... options)
FakeQuantWithMinMaxVars operationinputs - min - max - options - carries optional attributes valuesFakeQuantWithMinMaxVarspublic <T> RequantizationRange requantizationRange(Operand<T> input, Operand<Float> inputMin, Operand<Float> inputMax)
RequantizationRange operationinput - inputMin - The float value that the minimum quantized input value represents.inputMax - The float value that the maximum quantized input value represents.RequantizationRangeCopyright © 2015–2019. All rights reserved.