Click or drag to resize

GraphCase Method

http://www.emgu.com
Case

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.2.0.932
Syntax
public Operation Case(
	Output branch_index,
	Output input,
	DataType[] Tout,
	long[][] output_shapes = null,
	string opName = "Case"
)

Parameters

branch_index
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.Case(Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.DataType[],System.Int64[][],System.String)"]

See Also