Click or drag to resize

GraphCheckNumerics Method

http://www.emgu.com
CheckNumerics

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
Syntax
public Operation CheckNumerics(
	Output tensor,
	string message,
	string opName = "CheckNumerics"
)

Parameters

tensor
Type: Emgu.TFOutput
Input to the operation.
message
Type: SystemString
message
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also