Uses of Class
org.deeplearning4j.nn.conf.memory.LayerMemoryReport
-
-
Uses of LayerMemoryReport in org.deeplearning4j.nn.conf.layers
-
Uses of LayerMemoryReport in org.deeplearning4j.nn.conf.layers.convolutional
Methods in org.deeplearning4j.nn.conf.layers.convolutional that return LayerMemoryReport Modifier and Type Method Description LayerMemoryReportCropping1D. getMemoryReport(InputType inputType)LayerMemoryReportCropping2D. getMemoryReport(InputType inputType)LayerMemoryReportCropping3D. getMemoryReport(InputType inputType) -
Uses of LayerMemoryReport in org.deeplearning4j.nn.conf.layers.misc
Methods in org.deeplearning4j.nn.conf.layers.misc that return LayerMemoryReport Modifier and Type Method Description LayerMemoryReportElementWiseMultiplicationLayer. getMemoryReport(InputType inputType)This is a report of the estimated memory consumption for the given layerLayerMemoryReportFrozenLayer. getMemoryReport(InputType inputType)LayerMemoryReportRepeatVector. getMemoryReport(InputType inputType) -
Uses of LayerMemoryReport in org.deeplearning4j.nn.conf.layers.objdetect
Methods in org.deeplearning4j.nn.conf.layers.objdetect that return LayerMemoryReport Modifier and Type Method Description LayerMemoryReportYolo2OutputLayer. getMemoryReport(InputType inputType) -
Uses of LayerMemoryReport in org.deeplearning4j.nn.conf.layers.recurrent
Methods in org.deeplearning4j.nn.conf.layers.recurrent that return LayerMemoryReport Modifier and Type Method Description LayerMemoryReportBidirectional. getMemoryReport(InputType inputType)LayerMemoryReportSimpleRnn. getMemoryReport(InputType inputType) -
Uses of LayerMemoryReport in org.deeplearning4j.nn.conf.layers.samediff
Methods in org.deeplearning4j.nn.conf.layers.samediff that return LayerMemoryReport Modifier and Type Method Description LayerMemoryReportAbstractSameDiffLayer. getMemoryReport(InputType inputType) -
Uses of LayerMemoryReport in org.deeplearning4j.nn.conf.layers.util
Methods in org.deeplearning4j.nn.conf.layers.util that return LayerMemoryReport Modifier and Type Method Description LayerMemoryReportMaskLayer. getMemoryReport(InputType inputType)LayerMemoryReportMaskZeroLayer. getMemoryReport(InputType inputType) -
Uses of LayerMemoryReport in org.deeplearning4j.nn.conf.layers.variational
Methods in org.deeplearning4j.nn.conf.layers.variational that return LayerMemoryReport Modifier and Type Method Description LayerMemoryReportVariationalAutoencoder. getMemoryReport(InputType inputType) -
Uses of LayerMemoryReport in org.deeplearning4j.nn.conf.layers.wrapper
Methods in org.deeplearning4j.nn.conf.layers.wrapper that return LayerMemoryReport Modifier and Type Method Description LayerMemoryReportBaseWrapperLayer. getMemoryReport(InputType inputType) -
Uses of LayerMemoryReport in org.deeplearning4j.nn.conf.memory
Methods in org.deeplearning4j.nn.conf.memory that return LayerMemoryReport Modifier and Type Method Description LayerMemoryReportLayerMemoryReport.Builder. build() -
Uses of LayerMemoryReport in org.deeplearning4j.nn.layers.recurrent
Methods in org.deeplearning4j.nn.layers.recurrent that return LayerMemoryReport Modifier and Type Method Description static LayerMemoryReportLSTMHelpers. getMemoryReport(boolean isGraves, FeedForwardLayer lstmLayer, InputType inputType)static LayerMemoryReportLSTMHelpers. getMemoryReport(AbstractLSTM lstmLayer, InputType inputType)static LayerMemoryReportLSTMHelpers. getMemoryReport(GravesBidirectionalLSTM lstmLayer, InputType inputType)
-