Click or drag to resize

GraphUniformQuantizedClipByValue Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF (in Emgu.TF.dll) Version: 2.16.1.1620+d2904aaafaa66327b642f4fbd5e3c7133dd331e0
Syntax
public Operation UniformQuantizedClipByValue(
	Output operand,
	Output min,
	Output max,
	Output scales,
	Output zero_points,
	long quantization_min_val,
	long quantization_max_val,
	long quantization_axis = -1,
	string opName = "UniformQuantizedClipByValue"
)

Parameters

operand
Type: Emgu.TFOutput
Input to the operation.
min
Type: Emgu.TFOutput
Input to the operation.
max
Type: Emgu.TFOutput
Input to the operation.
scales
Type: Emgu.TFOutput
Input to the operation.
zero_points
Type: Emgu.TFOutput
Input to the operation.
quantization_min_val
Type: SystemInt64
quantization min val
quantization_max_val
Type: SystemInt64
quantization max val
quantization_axis (Optional)
Type: SystemInt64
quantization axis
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation, where: [0] output(type: DtInvalid).
See Also