Click or drag to resize

GraphStackV2 Method

http://www.emgu.com
StackV2

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.2.0.932
Syntax
public Operation StackV2(
	Output max_size,
	DataType elem_type,
	string stack_name = null,
	string opName = "StackV2"
)

Parameters

max_size
Type: Emgu.TFOutput
Input to the operation.
elem_type
Type: Emgu.TFDataType
elem type
stack_name (Optional)
Type: SystemString
stack name
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also