Uses of Class
org.nd4j.graph.FlatGraph
-
Packages that use FlatGraph Package Description org.nd4j.autodiff.samediff org.nd4j.graph -
-
Uses of FlatGraph in org.nd4j.autodiff.samediff
Methods in org.nd4j.autodiff.samediff that return FlatGraph Modifier and Type Method Description FlatGraphSameDiff. asFlatGraph(boolean includeUpdaterState)FlatGraphSameDiff. asFlatGraph(long graphId, ExecutorConfiguration configuration, boolean includeUpdaterState)This method returns FlatGraph structure -
Uses of FlatGraph in org.nd4j.graph
Methods in org.nd4j.graph that return FlatGraph Modifier and Type Method Description FlatGraphFlatGraph. __assign(int _i, ByteBuffer _bb)FlatGraphFlatGraph.Vector. get(int j)FlatGraphFlatGraph.Vector. get(FlatGraph obj, int j)static FlatGraphFlatGraph. getRootAsFlatGraph(ByteBuffer _bb)static FlatGraphFlatGraph. getRootAsFlatGraph(ByteBuffer _bb, FlatGraph obj)Methods in org.nd4j.graph with parameters of type FlatGraph Modifier and Type Method Description FlatGraphFlatGraph.Vector. get(FlatGraph obj, int j)static FlatGraphFlatGraph. getRootAsFlatGraph(ByteBuffer _bb, FlatGraph obj)
-