Uses of Class
org.deeplearning4j.ui.model.stats.sbe.StaticInfoDecoder
-
Packages that use StaticInfoDecoder Package Description org.deeplearning4j.ui.model.stats.sbe -
-
Uses of StaticInfoDecoder in org.deeplearning4j.ui.model.stats.sbe
Methods in org.deeplearning4j.ui.model.stats.sbe that return StaticInfoDecoder Modifier and Type Method Description StaticInfoDecoder
StaticInfoDecoder. wrap(org.agrona.DirectBuffer buffer, int offset, int actingBlockLength, int actingVersion)
Methods in org.deeplearning4j.ui.model.stats.sbe with parameters of type StaticInfoDecoder Modifier and Type Method Description void
StaticInfoDecoder.HwDeviceInfoGroupDecoder. wrap(StaticInfoDecoder parentMessage, org.agrona.DirectBuffer buffer)
void
StaticInfoDecoder.ModelParamNamesDecoder. wrap(StaticInfoDecoder parentMessage, org.agrona.DirectBuffer buffer)
void
StaticInfoDecoder.SwEnvironmentInfoDecoder. wrap(StaticInfoDecoder parentMessage, org.agrona.DirectBuffer buffer)
-