GraphMapClear Method |
Namespace: Emgu.TF
public Operation MapClear( DataType[] dtypes, long capacity = 0, long memory_limit = 0, string container = null, string shared_name = null, string opName = "MapClear" )
Public Function MapClear ( 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 = "MapClear" ) As Operation
public: Operation^ MapClear( array<DataType>^ dtypes, long long capacity = 0, long long memory_limit = 0, String^ container = nullptr, String^ shared_name = nullptr, String^ opName = L"MapClear" )
member MapClear : 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 "MapClear" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,