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