Click or drag to resize

GraphDatasetToGraph Method

http://www.emgu.com
DatasetToGraph

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.2.0.932
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

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

See Also