GraphBatch Method |
Namespace: Emgu.TF
public Operation Batch( Output in_tensors, long num_batch_threads, long max_batch_size, long batch_timeout_micros, long grad_timeout_micros, long max_enqueued_batches = 10, long[] allowed_batch_sizes = null, string container = null, string shared_name = null, string batching_queue = null, string opName = "Batch" )
Public Function Batch ( in_tensors As Output, num_batch_threads As Long, max_batch_size As Long, batch_timeout_micros As Long, grad_timeout_micros As Long, 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 opName As String = "Batch" ) As Operation
public: Operation^ Batch( Output^ in_tensors, long long num_batch_threads, long long max_batch_size, long long batch_timeout_micros, long long grad_timeout_micros, long long max_enqueued_batches = 10, array<long long>^ allowed_batch_sizes = nullptr, String^ container = nullptr, String^ shared_name = nullptr, String^ batching_queue = nullptr, String^ opName = L"Batch" )
member Batch : in_tensors : Output * num_batch_threads : int64 * max_batch_size : int64 * batch_timeout_micros : int64 * grad_timeout_micros : int64 * ?max_enqueued_batches : int64 * ?allowed_batch_sizes : int64[] * ?container : string * ?shared_name : string * ?batching_queue : string * ?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 _opName = defaultArg opName "Batch" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,