Uses of Class
org.deeplearning4j.ui.model.stats.sbe.StatSource
-
Packages that use StatSource Package Description org.deeplearning4j.ui.model.stats.sbe -
-
Uses of StatSource in org.deeplearning4j.ui.model.stats.sbe
Methods in org.deeplearning4j.ui.model.stats.sbe that return StatSource Modifier and Type Method Description static StatSource
StatSource. get(short value)
static StatSource
StatSource. valueOf(String name)
Returns the enum constant of this type with the specified name.static StatSource[]
StatSource. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-