Click or drag to resize

GraphDatasetToGraph Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation DatasetToGraph(
	Output input_dataset,
	string[] stateful_whitelist = null,
	bool allow_stateful = false,
	bool strip_device_assignment = false,
	string opName = "DatasetToGraph"
)

Parameters

input_dataset
Type: Emgu.TFOutput
Input to the operation.
stateful_whitelist (Optional)
Type: SystemString
stateful whitelist
allow_stateful (Optional)
Type: SystemBoolean
allow stateful
strip_device_assignment (Optional)
Type: SystemBoolean
strip device assignment
opName (Optional)
Type: SystemString
The name of the operation

Return Value

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