GraphBatchFunction Method |
Namespace: Emgu.TF
public Operation BatchFunction( Output in_tensors, Output captured_tensors, long num_batch_threads, long max_batch_size, long batch_timeout_micros, DataType[] Tout, long max_enqueued_batches = 10, long[] allowed_batch_sizes = null, string container = null, string shared_name = null, string batching_queue = null, bool enable_large_batch_splitting = false, string opName = "BatchFunction" )
Public Function BatchFunction ( in_tensors As Output, captured_tensors As Output, num_batch_threads As Long, max_batch_size As Long, batch_timeout_micros As Long, Tout As DataType(), Optional max_enqueued_batches As Long = 10, Optional allowed_batch_sizes As Long() = Nothing, Optional container As String = Nothing, Optional shared_name As String = Nothing, Optional batching_queue As String = Nothing, Optional enable_large_batch_splitting As Boolean = false, Optional opName As String = "BatchFunction" ) As Operation
public: Operation^ BatchFunction( Output^ in_tensors, Output^ captured_tensors, long long num_batch_threads, long long max_batch_size, long long batch_timeout_micros, array<DataType>^ Tout, long long max_enqueued_batches = 10, array<long long>^ allowed_batch_sizes = nullptr, String^ container = nullptr, String^ shared_name = nullptr, String^ batching_queue = nullptr, bool enable_large_batch_splitting = false, String^ opName = L"BatchFunction" )
member BatchFunction : in_tensors : Output * captured_tensors : Output * num_batch_threads : int64 * max_batch_size : int64 * batch_timeout_micros : int64 * Tout : DataType[] * ?max_enqueued_batches : int64 * ?allowed_batch_sizes : int64[] * ?container : string * ?shared_name : string * ?batching_queue : string * ?enable_large_batch_splitting : bool * ?opName : string (* Defaults: let _max_enqueued_batches = defaultArg max_enqueued_batches 10 let _allowed_batch_sizes = defaultArg allowed_batch_sizes null let _container = defaultArg container null let _shared_name = defaultArg shared_name null let _batching_queue = defaultArg batching_queue null let _enable_large_batch_splitting = defaultArg enable_large_batch_splitting false let _opName = defaultArg opName "BatchFunction" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,