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: 1.0.0
Syntax
public Operation DatasetToGraph(
	Output input_dataset,
	string[] stateful_whitelist = null,
	string opName = "DatasetToGraph"
)

Parameters

input_dataset
Type: Emgu.TFOutput
Input to the operation.
stateful_whitelist (Optional)
Type: SystemString
stateful whitelist
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.String)"]

See Also