Click or drag to resize

GraphQuantizeAndDequantizeV4Grad Method

http://www.emgu.com
QuantizeAndDequantizeV4Grad

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.4.1.1202
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

[Missing <returns> documentation for "M:Emgu.TF.Graph.QuantizeAndDequantizeV4Grad(Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,System.Int64,System.String)"]

See Also