@Generated(value="org.deeplearning4j.ui.stats.sbe.StatsType") public enum StatsType extends Enum<StatsType>
| Enum Constant and Description |
|---|
Activations |
Gradients |
NULL_VAL |
Parameters |
Updates |
| Modifier and Type | Method and Description |
|---|---|
static StatsType |
get(short value) |
short |
value() |
static StatsType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatsType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StatsType Parameters
public static final StatsType Gradients
public static final StatsType Updates
public static final StatsType Activations
public static final StatsType NULL_VAL
public static StatsType[] values()
for (StatsType c : StatsType.values()) System.out.println(c);
public static StatsType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic short value()
public static StatsType get(short value)
Copyright © 2019. All rights reserved.