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