GraphUnbatch Method |
Namespace: Emgu.TF
public Operation Unbatch( Output batched_tensor, Output batch_index, Output id, long timeout_micros, string container = null, string shared_name = null, string opName = "Unbatch" )
Public Function Unbatch ( batched_tensor As Output, batch_index As Output, id As Output, timeout_micros As Long, Optional container As String = Nothing, Optional shared_name As String = Nothing, Optional opName As String = "Unbatch" ) As Operation
public: Operation^ Unbatch( Output^ batched_tensor, Output^ batch_index, Output^ id, long long timeout_micros, String^ container = nullptr, String^ shared_name = nullptr, String^ opName = L"Unbatch" )
member Unbatch : batched_tensor : Output * batch_index : Output * id : Output * timeout_micros : int64 * ?container : string * ?shared_name : string * ?opName : string (* Defaults: let _container = defaultArg container null let _shared_name = defaultArg shared_name null let _opName = defaultArg opName "Unbatch" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,