Package | Description |
---|---|
org.deeplearning4j.nn.conf.graph | |
org.deeplearning4j.nn.conf.graph.rnn | |
org.deeplearning4j.nn.conf.layers.samediff | |
org.deeplearning4j.nn.conf.memory |
Modifier and Type | Method and Description |
---|---|
MemoryReport |
ElementWiseVertex.getMemoryReport(InputType... inputTypes) |
MemoryReport |
FrozenVertex.getMemoryReport(InputType... inputTypes) |
abstract MemoryReport |
GraphVertex.getMemoryReport(InputType... inputTypes)
This is a report of the estimated memory consumption for the given vertex
|
MemoryReport |
L2NormalizeVertex.getMemoryReport(InputType... inputTypes) |
MemoryReport |
L2Vertex.getMemoryReport(InputType... inputTypes) |
MemoryReport |
LayerVertex.getMemoryReport(InputType... inputTypes) |
MemoryReport |
MergeVertex.getMemoryReport(InputType... inputTypes) |
MemoryReport |
PoolHelperVertex.getMemoryReport(InputType... inputTypes) |
MemoryReport |
PreprocessorVertex.getMemoryReport(InputType... inputTypes) |
MemoryReport |
ReshapeVertex.getMemoryReport(InputType... inputTypes) |
MemoryReport |
ScaleVertex.getMemoryReport(InputType... inputTypes) |
MemoryReport |
ShiftVertex.getMemoryReport(InputType... inputTypes) |
MemoryReport |
StackVertex.getMemoryReport(InputType... inputTypes) |
MemoryReport |
SubsetVertex.getMemoryReport(InputType... inputTypes) |
MemoryReport |
UnstackVertex.getMemoryReport(InputType... inputTypes) |
Modifier and Type | Method and Description |
---|---|
MemoryReport |
DuplicateToTimeSeriesVertex.getMemoryReport(InputType... inputTypes) |
MemoryReport |
LastTimeStepVertex.getMemoryReport(InputType... inputTypes) |
MemoryReport |
ReverseTimeSeriesVertex.getMemoryReport(InputType... inputTypes) |
Modifier and Type | Method and Description |
---|---|
MemoryReport |
SameDiffVertex.getMemoryReport(InputType... inputTypes) |
Modifier and Type | Class and Description |
---|---|
class |
LayerMemoryReport
A
MemoryReport Designed to report estimated memory use for a single layer or graph vertex. |
class |
NetworkMemoryReport
Network memory reports is a class that is used to store/represent the memory requirements of a
MultiLayerNetwork or ComputationGraph ,
composed of multiple layers and/or vertices. |
Modifier and Type | Method and Description |
---|---|
static MemoryReport |
MemoryReport.fromJson(String json) |
static MemoryReport |
MemoryReport.fromYaml(String yaml) |
Copyright © 2020. All rights reserved.