Click or drag to resize

GraphRegisterDataset Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation RegisterDataset(
	Output dataset,
	Output address,
	Output protocol,
	long external_state_policy,
	string opName = "RegisterDataset"
)

Parameters

dataset
Type: Emgu.TFOutput
Input to the operation.
address
Type: Emgu.TFOutput
Input to the operation.
protocol
Type: Emgu.TFOutput
Input to the operation.
external_state_policy
Type: SystemInt64
external state policy
opName (Optional)
Type: SystemString
The name of the operation

Return Value

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