Click or drag to resize

GraphWhile Method

http://www.emgu.com
While

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 1.0.0
Syntax
public Operation While(
	Output input,
	long[][] output_shapes = null,
	long parallel_iterations = 10,
	string opName = "While"
)

Parameters

input
Type: Emgu.TFOutput
Input to the operation.
output_shapes (Optional)
Type: SystemInt64
output shapes
parallel_iterations (Optional)
Type: SystemInt64
parallel iterations
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also