Click or drag to resize

GraphDataServiceDatasetV2 Method

https://www.emgu.com/wiki/index.php/Emgu_TF
DataServiceDatasetV2

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation DataServiceDatasetV2(
	Output dataset_id,
	Output processing_mode,
	Output address,
	Output protocol,
	Output job_name,
	Output consumer_index,
	Output num_consumers,
	Output max_outstanding_requests,
	Output iteration_counter,
	DataType[] output_types,
	long[][] output_shapes,
	long task_refresh_interval_hint_ms = -1,
	string data_transfer_protocol = null,
	string target_workers = null,
	string opName = "DataServiceDatasetV2"
)

Parameters

dataset_id
Type: Emgu.TFOutput
Input to the operation.
processing_mode
Type: Emgu.TFOutput
Input to the operation.
address
Type: Emgu.TFOutput
Input to the operation.
protocol
Type: Emgu.TFOutput
Input to the operation.
job_name
Type: Emgu.TFOutput
Input to the operation.
consumer_index
Type: Emgu.TFOutput
Input to the operation.
num_consumers
Type: Emgu.TFOutput
Input to the operation.
max_outstanding_requests
Type: Emgu.TFOutput
Input to the operation.
iteration_counter
Type: Emgu.TFOutput
Input to the operation.
output_types
Type: Emgu.TFDataType
output types
output_shapes
Type: SystemInt64
output shapes
task_refresh_interval_hint_ms (Optional)
Type: SystemInt64
task refresh interval hint ms
data_transfer_protocol (Optional)
Type: SystemString
data transfer protocol
target_workers (Optional)
Type: SystemString
target workers
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation, where: [0] handle(type: DtVariant).
See Also