Click or drag to resize

GraphApproximateEqual Method

http://www.emgu.com
ApproximateEqual

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.2.0.932
Syntax
public Operation ApproximateEqual(
	Output x,
	Output y,
	float tolerance = 1E-05f,
	string opName = "ApproximateEqual"
)

Parameters

x
Type: Emgu.TFOutput
Input to the operation.
y
Type: Emgu.TFOutput
Input to the operation.
tolerance (Optional)
Type: SystemSingle
tolerance
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

[Missing <returns> documentation for "M:Emgu.TF.Graph.ApproximateEqual(Emgu.TF.Output,Emgu.TF.Output,System.Single,System.String)"]

See Also