Uses of Interface
ai.onnx.proto.OnnxMl.NodeProtoOrBuilder
-
Uses of OnnxMl.NodeProtoOrBuilder in ai.onnx.proto
Modifier and TypeClassDescriptionstatic final class
Nodes Computation graphs are made up of a DAG of nodes, which represent what is commonly called a "layer" or "pipeline stage" in machine learning frameworks.static final class
Nodes Computation graphs are made up of a DAG of nodes, which represent what is commonly called a "layer" or "pipeline stage" in machine learning frameworks.Modifier and TypeMethodDescriptionOnnxMl.GraphProto.Builder.getNodeOrBuilder
(int index) The nodes in the graph, sorted topologically.OnnxMl.GraphProto.getNodeOrBuilder
(int index) The nodes in the graph, sorted topologically.OnnxMl.GraphProtoOrBuilder.getNodeOrBuilder
(int index) The nodes in the graph, sorted topologically.Modifier and TypeMethodDescriptionList<? extends OnnxMl.NodeProtoOrBuilder>
OnnxMl.GraphProto.Builder.getNodeOrBuilderList()
The nodes in the graph, sorted topologically.List<? extends OnnxMl.NodeProtoOrBuilder>
OnnxMl.GraphProto.getNodeOrBuilderList()
The nodes in the graph, sorted topologically.List<? extends OnnxMl.NodeProtoOrBuilder>
OnnxMl.GraphProtoOrBuilder.getNodeOrBuilderList()
The nodes in the graph, sorted topologically.