GraphPriorityQueue Method |
Namespace: Emgu.TF
public Operation PriorityQueue( long[][] shapes, DataType[] component_types = null, long capacity = -1, string container = null, string shared_name = null, string opName = "PriorityQueue" )
Public Function PriorityQueue ( shapes As Long()(), Optional component_types As DataType() = Nothing, Optional capacity As Long = -1, Optional container As String = Nothing, Optional shared_name As String = Nothing, Optional opName As String = "PriorityQueue" ) As Operation
public: Operation^ PriorityQueue( array<array<long long>^>^ shapes, array<DataType>^ component_types = nullptr, long long capacity = -1, String^ container = nullptr, String^ shared_name = nullptr, String^ opName = L"PriorityQueue" )
member PriorityQueue : shapes : int64[][] * ?component_types : DataType[] * ?capacity : int64 * ?container : string * ?shared_name : string * ?opName : string (* Defaults: let _component_types = defaultArg component_types null let _capacity = defaultArg capacity -1 let _container = defaultArg container null let _shared_name = defaultArg shared_name null let _opName = defaultArg opName "PriorityQueue" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,