Click or drag to resize

GraphStackPushV2 Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
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
The operation, where: [0] output(type: DtInvalid).
See Also