GraphCudnnRNNBackpropV3 Method |
Namespace: Emgu.TF
public Operation CudnnRNNBackpropV3( Output input, Output input_h, Output input_c, Output parameters, Output sequence_lengths, Output output, Output output_h, Output output_c, Output output_backprop, Output output_h_backprop, Output output_c_backprop, Output reserve_space, Output host_reserved, string rnn_mode = null, string input_mode = null, string direction = null, float dropout = 0f, long seed = 0, long seed2 = 0, long num_proj = 0, bool time_major = true, string opName = "CudnnRNNBackpropV3" )
Public Function CudnnRNNBackpropV3 ( input As Output, input_h As Output, input_c As Output, parameters As Output, sequence_lengths As Output, output As Output, output_h As Output, output_c As Output, output_backprop As Output, output_h_backprop As Output, output_c_backprop As Output, reserve_space As Output, host_reserved As Output, Optional rnn_mode As String = Nothing, Optional input_mode As String = Nothing, Optional direction As String = Nothing, Optional dropout As Single = 0F, Optional seed As Long = 0, Optional seed2 As Long = 0, Optional num_proj As Long = 0, Optional time_major As Boolean = true, Optional opName As String = "CudnnRNNBackpropV3" ) As Operation
public: Operation^ CudnnRNNBackpropV3( Output^ input, Output^ input_h, Output^ input_c, Output^ parameters, Output^ sequence_lengths, Output^ output, Output^ output_h, Output^ output_c, Output^ output_backprop, Output^ output_h_backprop, Output^ output_c_backprop, Output^ reserve_space, Output^ host_reserved, String^ rnn_mode = nullptr, String^ input_mode = nullptr, String^ direction = nullptr, float dropout = 0f, long long seed = 0, long long seed2 = 0, long long num_proj = 0, bool time_major = true, String^ opName = L"CudnnRNNBackpropV3" )
member CudnnRNNBackpropV3 : input : Output * input_h : Output * input_c : Output * parameters : Output * sequence_lengths : Output * output : Output * output_h : Output * output_c : Output * output_backprop : Output * output_h_backprop : Output * output_c_backprop : Output * reserve_space : Output * host_reserved : Output * ?rnn_mode : string * ?input_mode : string * ?direction : string * ?dropout : float32 * ?seed : int64 * ?seed2 : int64 * ?num_proj : int64 * ?time_major : bool * ?opName : string (* Defaults: let _rnn_mode = defaultArg rnn_mode null let _input_mode = defaultArg input_mode null let _direction = defaultArg direction null let _dropout = defaultArg dropout 0f let _seed = defaultArg seed 0 let _seed2 = defaultArg seed2 0 let _num_proj = defaultArg num_proj 0 let _time_major = defaultArg time_major true let _opName = defaultArg opName "CudnnRNNBackpropV3" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,