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