Click or drag to resize

GraphBatchFunction Method

http://www.emgu.com
BatchFunction

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
Syntax
public Operation BatchFunction(
	Output in_tensors,
	Output captured_tensors,
	long num_batch_threads,
	long max_batch_size,
	long batch_timeout_micros,
	DataType[] Tout,
	long max_enqueued_batches = 10,
	long[] allowed_batch_sizes = null,
	string container = null,
	string shared_name = null,
	string batching_queue = null,
	string opName = "BatchFunction"
)

Parameters

in_tensors
Type: Emgu.TFOutput
Input to the operation.
captured_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
Tout
Type: Emgu.TFDataType
Tout
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.BatchFunction(Emgu.TF.Output,Emgu.TF.Output,System.Int64,System.Int64,System.Int64,Emgu.TF.DataType[],System.Int64,System.Int64[],System.String,System.String,System.String,System.String)"]

See Also