Package | Description |
---|---|
org.deeplearning4j.nn.graph |
Modifier and Type | Field and Description |
---|---|
protected GraphIndices |
ComputationGraph.graphIndices
Topological sort and vertex index/name + name/index mapping
|
Modifier and Type | Method and Description |
---|---|
GraphIndices |
ComputationGraph.calculateIndices()
Calculate the indices needed for the network:
(a) topological sort order (b) Map: vertex index -> vertex name (c) Map: vertex name -> vertex index |
Copyright © 2021. All rights reserved.