Click or drag to resize

GraphStackPushV2 Method

http://www.emgu.com
StackPushV2

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.2.0.932
Syntax
public Operation StackPushV2(
	Output handle,
	Output elem,
	bool swap_memory = false,
	string opName = "StackPushV2"
)

Parameters

handle
Type: Emgu.TFOutput
Input to the operation.
elem
Type: Emgu.TFOutput
Input to the operation.
swap_memory (Optional)
Type: SystemBoolean
swap memory
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also