GraphLSTMBlockCellGrad Method |
Namespace: Emgu.TF
public Operation LSTMBlockCellGrad( Output x, Output cs_prev, Output h_prev, Output w, Output wci, Output wcf, Output wco, Output b, Output i, Output cs, Output f, Output o, Output ci, Output co, Output cs_grad, Output h_grad, bool use_peephole, string opName = "LSTMBlockCellGrad" )
Public Function LSTMBlockCellGrad ( x As Output, cs_prev As Output, h_prev As Output, w As Output, wci As Output, wcf As Output, wco As Output, b As Output, i As Output, cs As Output, f As Output, o As Output, ci As Output, co As Output, cs_grad As Output, h_grad As Output, use_peephole As Boolean, Optional opName As String = "LSTMBlockCellGrad" ) As Operation
public: Operation^ LSTMBlockCellGrad( Output^ x, Output^ cs_prev, Output^ h_prev, Output^ w, Output^ wci, Output^ wcf, Output^ wco, Output^ b, Output^ i, Output^ cs, Output^ f, Output^ o, Output^ ci, Output^ co, Output^ cs_grad, Output^ h_grad, bool use_peephole, String^ opName = L"LSTMBlockCellGrad" )
member LSTMBlockCellGrad : x : Output * cs_prev : Output * h_prev : Output * w : Output * wci : Output * wcf : Output * wco : Output * b : Output * i : Output * cs : Output * f : Output * o : Output * ci : Output * co : Output * cs_grad : Output * h_grad : Output * use_peephole : bool * ?opName : string (* Defaults: let _opName = defaultArg opName "LSTMBlockCellGrad" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,