Click or drag to resize

GraphAssert Method

http://www.emgu.com
Assert

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
Syntax
public Operation Assert(
	Output condition,
	Output data,
	long summarize = 3,
	string opName = "Assert"
)

Parameters

condition
Type: Emgu.TFOutput
Input to the operation.
data
Type: Emgu.TFOutput
Input to the operation.
summarize (Optional)
Type: SystemInt64
summarize
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also