Skip to content

Commit

Permalink
added LEARNABLE
Browse files Browse the repository at this point in the history
  • Loading branch information
GavriYashar committed Nov 5, 2018
1 parent e1edeed commit 3839f50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/at/mep/editor/tree/EAttributes.java
Expand Up @@ -36,7 +36,8 @@ public enum EAttributes {
ALLOWEDSUBCLASSES("AllowedSubClasses", EAccess.META),
CONSTRUCTONLOAD("ConstructOnLoad", EAccess.FALSE),
HANDLECOMPATIBLE("HandleCompatible", EAccess.FALSE),
INFERIORCLASSES("InferiorClasses", EAccess.META);
INFERIORCLASSES("InferiorClasses", EAccess.META),
LEARNABLE("Learnable", EAccess.FALSE); // nnet.layer.Layer

private final String stringMatlab;
private final EAccess defaultAccess;
Expand Down

0 comments on commit 3839f50

Please sign in to comment.