Click or drag to resize

GraphDataServiceDataset Method

http://www.emgu.com
DataServiceDataset

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

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.
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
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also