Click or drag to resize

GraphFakeQuantWithMinMaxVars Method

http://www.emgu.com
FakeQuantWithMinMaxVars

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

Parameters

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.FakeQuantWithMinMaxVars(Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,System.Int64,System.Boolean,System.String)"]

See Also