GraphGRUBlockCellGrad Method |
Namespace: Emgu.TF
public Operation GRUBlockCellGrad( Output x, Output h_prev, Output w_ru, Output w_c, Output b_ru, Output b_c, Output r, Output u, Output c, Output d_h, string opName = "GRUBlockCellGrad" )
Public Function GRUBlockCellGrad ( x As Output, h_prev As Output, w_ru As Output, w_c As Output, b_ru As Output, b_c As Output, r As Output, u As Output, c As Output, d_h As Output, Optional opName As String = "GRUBlockCellGrad" ) As Operation
public: Operation^ GRUBlockCellGrad( Output^ x, Output^ h_prev, Output^ w_ru, Output^ w_c, Output^ b_ru, Output^ b_c, Output^ r, Output^ u, Output^ c, Output^ d_h, String^ opName = L"GRUBlockCellGrad" )
member GRUBlockCellGrad : x : Output * h_prev : Output * w_ru : Output * w_c : Output * b_ru : Output * b_c : Output * r : Output * u : Output * c : Output * d_h : Output * ?opName : string (* Defaults: let _opName = defaultArg opName "GRUBlockCellGrad" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,