Click or drag to resize

GraphStringSplitV2 Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation StringSplitV2(
	Output input,
	Output sep,
	long maxsplit = -1,
	string opName = "StringSplitV2"
)

Parameters

input
Type: Emgu.TFOutput
Input to the operation.
sep
Type: Emgu.TFOutput
Input to the operation.
maxsplit (Optional)
Type: SystemInt64
maxsplit
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation, where: [0] indices(type: DtInt64). [1] values(type: DtString). [2] shape(type: DtInt64).
See Also