Uses of Class
org.deeplearning4j.nn.graph.util.GraphIndices
-
Packages that use GraphIndices Package Description org.deeplearning4j.nn.graph -
-
Uses of GraphIndices in org.deeplearning4j.nn.graph
Fields in org.deeplearning4j.nn.graph declared as GraphIndices Modifier and Type Field Description protected GraphIndices
ComputationGraph. graphIndices
Topological sort and vertex index/name + name/index mappingMethods in org.deeplearning4j.nn.graph that return GraphIndices Modifier and Type Method 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
-