Click or drag to resize

GraphIteratorFromStringHandleV2 Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation IteratorFromStringHandleV2(
	Output string_handle,
	DataType[] output_types = null,
	long[][] output_shapes = null,
	string opName = "IteratorFromStringHandleV2"
)

Parameters

string_handle
Type: Emgu.TFOutput
Input to the operation.
output_types (Optional)
Type: Emgu.TFDataType
output types
output_shapes (Optional)
Type: SystemInt64
output shapes
opName (Optional)
Type: SystemString
The name of the operation

Return Value

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