Click or drag to resize

GraphStringSplit Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation StringSplit(
	Output input,
	Output delimiter,
	bool skip_empty = true,
	string opName = "StringSplit"
)

Parameters

input
Type: Emgu.TFOutput
Input to the operation.
delimiter
Type: Emgu.TFOutput
Input to the operation.
skip_empty (Optional)
Type: SystemBoolean
skip empty
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