GraphMapUnstage Method |
Namespace: Emgu.TF
public Operation MapUnstage( Output key, Output indices, DataType[] dtypes, long capacity = 0, long memory_limit = 0, string container = null, string shared_name = null, string opName = "MapUnstage" )
Public Function MapUnstage ( key As Output, indices As Output, dtypes As DataType(), 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 = "MapUnstage" ) As Operation
public: Operation^ MapUnstage( Output^ key, Output^ indices, array<DataType>^ dtypes, long long capacity = 0, long long memory_limit = 0, String^ container = nullptr, String^ shared_name = nullptr, String^ opName = L"MapUnstage" )
member MapUnstage : key : Output * indices : Output * dtypes : DataType[] * ?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 "MapUnstage" *) -> Operation
[Missing <returns> documentation for "M:Emgu.TF.Graph.MapUnstage(Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.DataType[],System.Int64,System.Int64,System.String,System.String,System.String)"]
2018 Emgu Corporation, All Rights Reserved,