Click or drag to resize

GraphUniformQuantizedDotHybrid Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF (in Emgu.TF.dll) Version: 2.16.1.1620+d2904aaafaa66327b642f4fbd5e3c7133dd331e0
Syntax
public Operation UniformQuantizedDotHybrid(
	Output lhs,
	Output rhs,
	Output rhs_scales,
	Output rhs_zero_points,
	DataType Tout,
	long rhs_quantization_min_val,
	long rhs_quantization_max_val,
	long rhs_quantization_axis = -1,
	string opName = "UniformQuantizedDotHybrid"
)

Parameters

lhs
Type: Emgu.TFOutput
Input to the operation.
rhs
Type: Emgu.TFOutput
Input to the operation.
rhs_scales
Type: Emgu.TFOutput
Input to the operation.
rhs_zero_points
Type: Emgu.TFOutput
Input to the operation.
Tout
Type: Emgu.TFDataType
Tout
rhs_quantization_min_val
Type: SystemInt64
rhs quantization min val
rhs_quantization_max_val
Type: SystemInt64
rhs quantization max val
rhs_quantization_axis (Optional)
Type: SystemInt64
rhs quantization axis
opName (Optional)
Type: SystemString
The name of the operation

Return Value

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