public final class Ops extends Object
| Modifier and Type | Field and Description |
|---|---|
static Op |
COS |
static Op |
EXP |
static Op |
LINEAR |
static Op |
LOGISTIC |
static Op |
NEGATE |
static Op |
RECIPROCAL |
static Op |
RECTIFIER |
static Op |
SIN |
static Op |
SOFTPLUS |
static Op |
STOCHASTIC_BINARY |
static Op |
STOCHASTIC_LOGISTIC |
static Op |
TANH |
| Constructor and Description |
|---|
Ops() |
public static final Op STOCHASTIC_BINARY
public static final Op LINEAR
public static final Op LOGISTIC
public static final Op RECTIFIER
public static final Op STOCHASTIC_LOGISTIC
public static final Op TANH
public static final Op SOFTPLUS
public static final Op NEGATE
public static final Op EXP
public static final Op RECIPROCAL
public static final Op SIN
public static final Op COS
Copyright © 2013. All Rights Reserved.