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