Click or drag to resize

GraphStatelessCase Method

http://www.emgu.com
StatelessCase

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

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

See Also