Click or drag to resize

GraphXlaIf Method

http://www.emgu.com
output = cond ? then_branch(inputs) : else_branch(inputs).

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.4.1.1202
Syntax
public Operation XlaIf(
	Output cond,
	Output inputs,
	DataType[] Tout,
	string opName = "XlaIf"
)

Parameters

cond
Type: Emgu.TFOutput
Input to the operation: A boolean scalar.
inputs
Type: Emgu.TFOutput
Input to the operation: A list of input tensors.
Tout
Type: Emgu.TFDataType
Tout
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also