Click or drag to resize

GraphUnbatch Method

http://www.emgu.com
Unbatch

Namespace:  Emgu.TF
Assembly:  Emgu.TF.World (in Emgu.TF.World.dll) Version: 1.13.1.435 (1.13.1.435)
Syntax
public Operation Unbatch(
	Output batched_tensor,
	Output batch_index,
	Output id,
	long timeout_micros,
	string container = null,
	string shared_name = null,
	string opName = "Unbatch"
)

Parameters

batched_tensor
Type: Emgu.TFOutput
Input to the operation.
batch_index
Type: Emgu.TFOutput
Input to the operation.
id
Type: Emgu.TFOutput
Input to the operation.
timeout_micros
Type: SystemInt64
timeout micros
container (Optional)
Type: SystemString
container
shared_name (Optional)
Type: SystemString
shared name
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also