Click or drag to resize

GraphFakeQuantWithMinMaxArgs Method

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

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

Parameters

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
The operation, where: [0] outputs(type: DtFloat).
See Also