|
@@ -4,10 +4,8 @@ using System.Text; |
|
|
|
|
|
|
|
|
namespace Tensorflow.Keras.ArgsDefinition |
|
|
namespace Tensorflow.Keras.ArgsDefinition |
|
|
{ |
|
|
{ |
|
|
public class GRUOptionalArgs |
|
|
|
|
|
|
|
|
public class GRUOptionalArgs : RnnOptionalArgs |
|
|
{ |
|
|
{ |
|
|
public string Identifier => "GRU"; |
|
|
public string Identifier => "GRU"; |
|
|
|
|
|
|
|
|
public Tensor Mask { get; set; } = null; |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
} |