Click or drag to resize

GraphFakeQuantWithMinMaxArgsGradient Method

http://www.emgu.com
FakeQuantWithMinMaxArgsGradient

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

Parameters

gradients
Type: Emgu.TFOutput
Input to the operation.
inputs
Type: Emgu.TFOutput
Input to the operation.
min (Optional)
Type: SystemSingle
min
max (Optional)
Type: SystemSingle
max
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.FakeQuantWithMinMaxArgsGradient(Emgu.TF.Output,Emgu.TF.Output,System.Single,System.Single,System.Int64,System.Boolean,System.String)"]

See Also