Click or drag to resize

GraphFakeQuantWithMinMaxVarsGradient Method

http://www.emgu.com
FakeQuantWithMinMaxVarsGradient

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
Syntax
public Operation FakeQuantWithMinMaxVarsGradient(
	Output gradients,
	Output inputs,
	Output min,
	Output max,
	long num_bits = 8,
	bool narrow_range = false,
	string opName = "FakeQuantWithMinMaxVarsGradient"
)

Parameters

gradients
Type: Emgu.TFOutput
Input to the operation.
inputs
Type: Emgu.TFOutput
Input to the operation.
min
Type: Emgu.TFOutput
Input to the operation.
max
Type: Emgu.TFOutput
Input to the operation.
num_bits (Optional)
Type: SystemInt64
num bits
narrow_range (Optional)
Type: SystemBoolean
narrow range
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also