Exemple #1
0
 public InitDesc(string name, Dictionary <string, string> attrs = null, Initializer global_init = null)
 {
     Name       = name;
     Attrs      = attrs;
     GlobalInit = global_init;
 }
Exemple #2
0
 public FusedRNN(Initializer init, int num_hidden, int num_layers, RNNMode mode, bool bidirectional = false, float forget_bias = 1)
 {
     throw new NotImplementedException();
 }