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