Click or drag to resize

GraphIf Method

http://www.emgu.com
If

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
Syntax
public Operation If(
	Output cond,
	Output input,
	DataType[] Tout,
	long[][] output_shapes = null,
	string opName = "If"
)

Parameters

cond
Type: Emgu.TFOutput
Input to the operation.
input
Type: Emgu.TFOutput
Input to the operation.
Tout
Type: Emgu.TFDataType
Tout
output_shapes (Optional)
Type: SystemInt64
output shapes
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also