Click or drag to resize

GraphDatasetToGraphV2 Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
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
The operation, where: [0] graph(type: DtString).
See Also