File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/TensorFlowNET.Core/Operations Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ namespace Tensorflow
4242 /// matching structure of Tensors having shape `[batch_size].concatenate(s)`
4343 /// for each `s` in `self.batch_size`.
4444 /// </summary>
45- public abstract class RNNCell : Layers . Layer
45+ public abstract class RnnCell : Layers . Layer
4646 {
4747 /// <summary>
4848 /// Attribute that indicates whether the cell is a TF RNN cell, due the slight
@@ -53,7 +53,7 @@ public abstract class RNNCell : Layers.Layer
5353
5454 public virtual int output_size { get ; }
5555
56- public RNNCell ( bool trainable = true ,
56+ public RnnCell ( bool trainable = true ,
5757 string name = null ,
5858 TF_DataType dtype = TF_DataType . DtInvalid ,
5959 bool ? _reuse = null ) : base ( trainable : trainable ,
You can’t perform that action at this time.
0 commit comments