Uses of Interface
ai.onnx.proto.OnnxMl.NodeProtoOrBuilder
Packages that use OnnxMl.NodeProtoOrBuilder
-
Uses of OnnxMl.NodeProtoOrBuilder in ai.onnx.proto
Classes in ai.onnx.proto that implement OnnxMl.NodeProtoOrBuilderModifier 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.Methods in ai.onnx.proto that return OnnxMl.NodeProtoOrBuilderModifier 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.Methods in ai.onnx.proto that return types with arguments of type OnnxMl.NodeProtoOrBuilderModifier 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.