GraphStackPush Method |
Namespace: Emgu.TF
public Operation StackPush( Output handle, Output elem, bool swap_memory = false, string opName = "StackPush" )
Public Function StackPush ( handle As Output, elem As Output, Optional swap_memory As Boolean = false, Optional opName As String = "StackPush" ) As Operation
public: Operation^ StackPush( Output^ handle, Output^ elem, bool swap_memory = false, String^ opName = L"StackPush" )
member StackPush : handle : Output * elem : Output * ?swap_memory : bool * ?opName : string (* Defaults: let _swap_memory = defaultArg swap_memory false let _opName = defaultArg opName "StackPush" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,