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