Uses of Class
org.deeplearning4j.nn.conf.memory.MemoryReport
-
Packages that use MemoryReport Package Description org.deeplearning4j.nn.conf.graph org.deeplearning4j.nn.conf.graph.rnn org.deeplearning4j.nn.conf.layers.samediff org.deeplearning4j.nn.conf.memory -
-
Uses of MemoryReport in org.deeplearning4j.nn.conf.graph
Methods in org.deeplearning4j.nn.conf.graph that return MemoryReport Modifier and Type Method Description MemoryReportElementWiseVertex. getMemoryReport(InputType... inputTypes)MemoryReportFrozenVertex. getMemoryReport(InputType... inputTypes)abstract MemoryReportGraphVertex. getMemoryReport(InputType... inputTypes)This is a report of the estimated memory consumption for the given vertexMemoryReportL2NormalizeVertex. getMemoryReport(InputType... inputTypes)MemoryReportL2Vertex. getMemoryReport(InputType... inputTypes)MemoryReportLayerVertex. getMemoryReport(InputType... inputTypes)MemoryReportMergeVertex. getMemoryReport(InputType... inputTypes)MemoryReportPoolHelperVertex. getMemoryReport(InputType... inputTypes)MemoryReportPreprocessorVertex. getMemoryReport(InputType... inputTypes)MemoryReportReshapeVertex. getMemoryReport(InputType... inputTypes)MemoryReportScaleVertex. getMemoryReport(InputType... inputTypes)MemoryReportShiftVertex. getMemoryReport(InputType... inputTypes)MemoryReportStackVertex. getMemoryReport(InputType... inputTypes)MemoryReportSubsetVertex. getMemoryReport(InputType... inputTypes)MemoryReportUnstackVertex. getMemoryReport(InputType... inputTypes) -
Uses of MemoryReport in org.deeplearning4j.nn.conf.graph.rnn
Methods in org.deeplearning4j.nn.conf.graph.rnn that return MemoryReport Modifier and Type Method Description MemoryReportDuplicateToTimeSeriesVertex. getMemoryReport(InputType... inputTypes)MemoryReportLastTimeStepVertex. getMemoryReport(InputType... inputTypes)MemoryReportReverseTimeSeriesVertex. getMemoryReport(InputType... inputTypes) -
Uses of MemoryReport in org.deeplearning4j.nn.conf.layers.samediff
Methods in org.deeplearning4j.nn.conf.layers.samediff that return MemoryReport Modifier and Type Method Description MemoryReportSameDiffVertex. getMemoryReport(InputType... inputTypes) -
Uses of MemoryReport in org.deeplearning4j.nn.conf.memory
Subclasses of MemoryReport in org.deeplearning4j.nn.conf.memory Modifier and Type Class Description classLayerMemoryReportclassNetworkMemoryReportMethods in org.deeplearning4j.nn.conf.memory that return MemoryReport Modifier and Type Method Description static MemoryReportMemoryReport. fromJson(String json)static MemoryReportMemoryReport. fromYaml(String yaml)Constructor parameters in org.deeplearning4j.nn.conf.memory with type arguments of type MemoryReport Constructor Description NetworkMemoryReport(@NonNull Map<String,MemoryReport> layerAndVertexReports, @NonNull Class<?> modelClass, String modelName, @NonNull InputType... networkInputTypes)
-