Click or drag to resize

GraphSplitV Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation SplitV(
	Output value,
	Output size_splits,
	Output split_dim,
	long num_split,
	string opName = "SplitV"
)

Parameters

value
Type: Emgu.TFOutput
Input to the operation.
size_splits
Type: Emgu.TFOutput
Input to the operation.
split_dim
Type: Emgu.TFOutput
Input to the operation.
num_split
Type: SystemInt64
num split
opName (Optional)
Type: SystemString
The name of the operation

Return Value

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