Uses of Interface
onnx.Onnx.NodeProtoOrBuilder
Packages that use Onnx.NodeProtoOrBuilder
-
Uses of Onnx.NodeProtoOrBuilder in onnx
Classes in onnx that implement Onnx.NodeProtoOrBuilderModifier and TypeClassDescriptionstatic final classNodes 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 classNodes 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 onnx that return Onnx.NodeProtoOrBuilderModifier and TypeMethodDescriptionOnnx.FunctionProto.Builder.getNodeOrBuilder(int index) The nodes in the function.Onnx.FunctionProto.getNodeOrBuilder(int index) The nodes in the function.Onnx.FunctionProtoOrBuilder.getNodeOrBuilder(int index) The nodes in the function.Onnx.GraphProto.Builder.getNodeOrBuilder(int index) The nodes in the graph, sorted topologically.Onnx.GraphProto.getNodeOrBuilder(int index) The nodes in the graph, sorted topologically.Onnx.GraphProtoOrBuilder.getNodeOrBuilder(int index) The nodes in the graph, sorted topologically.Methods in onnx that return types with arguments of type Onnx.NodeProtoOrBuilderModifier and TypeMethodDescriptionList<? extends Onnx.NodeProtoOrBuilder>Onnx.FunctionProto.Builder.getNodeOrBuilderList()The nodes in the function.List<? extends Onnx.NodeProtoOrBuilder>Onnx.FunctionProto.getNodeOrBuilderList()The nodes in the function.List<? extends Onnx.NodeProtoOrBuilder>Onnx.FunctionProtoOrBuilder.getNodeOrBuilderList()The nodes in the function.List<? extends Onnx.NodeProtoOrBuilder>Onnx.GraphProto.Builder.getNodeOrBuilderList()The nodes in the graph, sorted topologically.List<? extends Onnx.NodeProtoOrBuilder>Onnx.GraphProto.getNodeOrBuilderList()The nodes in the graph, sorted topologically.List<? extends Onnx.NodeProtoOrBuilder>Onnx.GraphProtoOrBuilder.getNodeOrBuilderList()The nodes in the graph, sorted topologically.