GraphStage Method |
Namespace: Emgu.TF
public Operation Stage( Output values, long capacity = 0, long memory_limit = 0, string container = null, string shared_name = null, string opName = "Stage" )
Public Function Stage ( values As Output, Optional capacity As Long = 0, Optional memory_limit As Long = 0, Optional container As String = Nothing, Optional shared_name As String = Nothing, Optional opName As String = "Stage" ) As Operation
public: Operation^ Stage( Output^ values, long long capacity = 0, long long memory_limit = 0, String^ container = nullptr, String^ shared_name = nullptr, String^ opName = L"Stage" )
member Stage : values : Output * ?capacity : int64 * ?memory_limit : int64 * ?container : string * ?shared_name : string * ?opName : string (* Defaults: let _capacity = defaultArg capacity 0 let _memory_limit = defaultArg memory_limit 0 let _container = defaultArg container null let _shared_name = defaultArg shared_name null let _opName = defaultArg opName "Stage" *) -> Operation
[Missing <returns> documentation for "M:Emgu.TF.Graph.Stage(Emgu.TF.Output,System.Int64,System.Int64,System.String,System.String,System.String)"]
2018 Emgu Corporation, All Rights Reserved,