Click or drag to resize

GraphUnpack Method

http://www.emgu.com
Unpack

Namespace:  Emgu.TF
Assembly:  Emgu.TF.World (in Emgu.TF.World.dll) Version: 1.13.1.435 (1.13.1.435)
Syntax
public Operation Unpack(
	Output value,
	long num,
	long axis = 0,
	string opName = "Unpack"
)

Parameters

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

Return Value

Type: Operation

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

See Also