Click or drag to resize

GraphDatasetToGraphV2 Method

http://www.emgu.com
DatasetToGraphV2

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.2.0.932
Syntax
public Operation DatasetToGraphV2(
	Output input_dataset,
	long external_state_policy = 0,
	bool strip_device_assignment = false,
	string opName = "DatasetToGraphV2"
)

Parameters

input_dataset
Type: Emgu.TFOutput
Input to the operation.
external_state_policy (Optional)
Type: SystemInt64
external state policy
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.DatasetToGraphV2(Emgu.TF.Output,System.Int64,System.Boolean,System.String)"]

See Also