GraphBlockLSTMV2 Method |
Namespace: Emgu.TF
public Operation BlockLSTMV2( Output seq_len_max, Output x, Output cs_prev, Output h_prev, Output w, Output wci, Output wcf, Output wco, Output b, float cell_clip = 0f, bool use_peephole = false, string opName = "BlockLSTMV2" )
Public Function BlockLSTMV2 ( seq_len_max As Output, 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, Optional cell_clip As Single = 0F, Optional use_peephole As Boolean = false, Optional opName As String = "BlockLSTMV2" ) As Operation
public: Operation^ BlockLSTMV2( Output^ seq_len_max, Output^ x, Output^ cs_prev, Output^ h_prev, Output^ w, Output^ wci, Output^ wcf, Output^ wco, Output^ b, float cell_clip = 0f, bool use_peephole = false, String^ opName = L"BlockLSTMV2" )
member BlockLSTMV2 : seq_len_max : Output * x : Output * cs_prev : Output * h_prev : Output * w : Output * wci : Output * wcf : Output * wco : Output * b : Output * ?cell_clip : float32 * ?use_peephole : bool * ?opName : string (* Defaults: let _cell_clip = defaultArg cell_clip 0f let _use_peephole = defaultArg use_peephole false let _opName = defaultArg opName "BlockLSTMV2" *) -> Operation
[Missing <returns> documentation for "M:Emgu.TF.Graph.BlockLSTMV2(Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,System.Single,System.Boolean,System.String)"]
2020 Emgu Corporation, All Rights Reserved,