Click or drag to resize

GraphCase Method

https://www.emgu.com/wiki/index.php/Emgu_TF
Case

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
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
The operation, where: [0] output(type: DtInvalid).
See Also