Click or drag to resize

GraphSplitV Method

http://www.emgu.com
SplitV

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
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

[Missing <returns> documentation for "M:Emgu.TF.Graph.SplitV(Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,System.Int64,System.String)"]

See Also