Uses of Class
org.nd4j.graph.FlatNode
-
Packages that use FlatNode Package Description org.nd4j.autodiff.samediff.serde org.nd4j.graph -
-
Uses of FlatNode in org.nd4j.autodiff.samediff.serde
Methods in org.nd4j.autodiff.samediff.serde with parameters of type FlatNode Modifier and Type Method Description static DifferentialFunctionFlatBuffersMapper. fromFlatNode(FlatNode fn) -
Uses of FlatNode in org.nd4j.graph
Methods in org.nd4j.graph that return FlatNode Modifier and Type Method Description FlatNodeFlatNode. __assign(int _i, ByteBuffer _bb)FlatNodeFlatNode.Vector. get(int j)FlatNodeFlatNode.Vector. get(FlatNode obj, int j)static FlatNodeFlatNode. getRootAsFlatNode(ByteBuffer _bb)static FlatNodeFlatNode. getRootAsFlatNode(ByteBuffer _bb, FlatNode obj)FlatNodeFlatGraph. nodes(int j)FlatNodeFlatGraph. nodes(FlatNode obj, int j)Methods in org.nd4j.graph with parameters of type FlatNode Modifier and Type Method Description FlatNodeFlatNode.Vector. get(FlatNode obj, int j)static FlatNodeFlatNode. getRootAsFlatNode(ByteBuffer _bb, FlatNode obj)FlatNodeFlatGraph. nodes(FlatNode obj, int j)
-