public class Layers extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
FEED_FORWARD_LAYER |
static int |
GRU_LAYER |
static int |
LINEAR_LAYER |
static int |
LSTM_LAYER |
static int |
RNN_LAYER |
static String |
TYPE |
| Constructor and Description |
|---|
Layers() |
| Modifier and Type | Method and Description |
|---|---|
static Layer |
createLayer(ENode node,
int type) |
static Layer |
loadLayer(ENode node) |
public static final String TYPE
public static final int FEED_FORWARD_LAYER
public static final int LINEAR_LAYER
public static final int GRU_LAYER
public static final int LSTM_LAYER
public static final int RNN_LAYER
Copyright © 2017. All rights reserved.