Uses of Interface
onnx.Onnx.NodeProtoOrBuilder
-
Packages that use Onnx.NodeProtoOrBuilder Package Description onnx -
-
Uses of Onnx.NodeProtoOrBuilder in onnx
Classes in onnx that implement Onnx.NodeProtoOrBuilder Modifier and Type Class Description static classOnnx.NodeProtoNodes 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 classOnnx.NodeProto.BuilderNodes 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.NodeProtoOrBuilder Modifier and Type Method Description Onnx.NodeProtoOrBuilderOnnx.FunctionProto.Builder. getNodeOrBuilder(int index)The nodes in the function.Onnx.NodeProtoOrBuilderOnnx.FunctionProto. getNodeOrBuilder(int index)The nodes in the function.Onnx.NodeProtoOrBuilderOnnx.FunctionProtoOrBuilder. getNodeOrBuilder(int index)The nodes in the function.Onnx.NodeProtoOrBuilderOnnx.GraphProto.Builder. getNodeOrBuilder(int index)The nodes in the graph, sorted topologically.Onnx.NodeProtoOrBuilderOnnx.GraphProto. getNodeOrBuilder(int index)The nodes in the graph, sorted topologically.Onnx.NodeProtoOrBuilderOnnx.GraphProtoOrBuilder. getNodeOrBuilder(int index)The nodes in the graph, sorted topologically.Methods in onnx that return types with arguments of type Onnx.NodeProtoOrBuilder Modifier and Type Method Description List<? 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.
-