Click or drag to resize

GraphQuantizeAndDequantizeV4Grad Method

https://www.emgu.com/wiki/index.php/Emgu_TF
QuantizeAndDequantizeV4Grad

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation QuantizeAndDequantizeV4Grad(
	Output gradients,
	Output input,
	Output input_min,
	Output input_max,
	long axis = -1,
	string opName = "QuantizeAndDequantizeV4Grad"
)

Parameters

gradients
Type: Emgu.TFOutput
Input to the operation.
input
Type: Emgu.TFOutput
Input to the operation.
input_min
Type: Emgu.TFOutput
Input to the operation.
input_max
Type: Emgu.TFOutput
Input to the operation.
axis (Optional)
Type: SystemInt64
axis
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation, where: [0] input_backprop(type: DtInvalid). [1] input_min_backprop(type: DtInvalid). [2] input_max_backprop(type: DtInvalid).
See Also