Click or drag to resize

GraphBatch Method

http://www.emgu.com
Batch

Namespace:  Emgu.TF
Assembly:  Emgu.TF.World (in Emgu.TF.World.dll) Version: 1.13.1.435 (1.13.1.435)
Syntax
public Operation Batch(
	Output in_tensors,
	long num_batch_threads,
	long max_batch_size,
	long batch_timeout_micros,
	long grad_timeout_micros,
	long max_enqueued_batches = 10,
	long[] allowed_batch_sizes = null,
	string container = null,
	string shared_name = null,
	string batching_queue = null,
	string opName = "Batch"
)

Parameters

in_tensors
Type: Emgu.TFOutput
Input to the operation.
num_batch_threads
Type: SystemInt64
num batch threads
max_batch_size
Type: SystemInt64
max batch size
batch_timeout_micros
Type: SystemInt64
batch timeout micros
grad_timeout_micros
Type: SystemInt64
grad timeout micros
max_enqueued_batches (Optional)
Type: SystemInt64
max enqueued batches
allowed_batch_sizes (Optional)
Type: SystemInt64
allowed batch sizes
container (Optional)
Type: SystemString
container
shared_name (Optional)
Type: SystemString
shared name
batching_queue (Optional)
Type: SystemString
batching queue
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also