Uses of Class
onnx.Onnx.NodeProto
Packages that use Onnx.NodeProto
-
Uses of Onnx.NodeProto in onnx
Fields in onnx with type parameters of type Onnx.NodeProtoModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<Onnx.NodeProto>Onnx.NodeProto.PARSERDeprecated.Methods in onnx that return Onnx.NodeProtoModifier and TypeMethodDescriptionOnnx.NodeProto.Builder.build()Onnx.NodeProto.Builder.buildPartial()static Onnx.NodeProtoOnnx.NodeProto.getDefaultInstance()Onnx.NodeProto.Builder.getDefaultInstanceForType()Onnx.NodeProto.getDefaultInstanceForType()Onnx.FunctionProto.Builder.getNode(int index) The nodes in the function.Onnx.FunctionProto.getNode(int index) The nodes in the function.Onnx.FunctionProtoOrBuilder.getNode(int index) The nodes in the function.Onnx.GraphProto.Builder.getNode(int index) The nodes in the graph, sorted topologically.Onnx.GraphProto.getNode(int index) The nodes in the graph, sorted topologically.Onnx.GraphProtoOrBuilder.getNode(int index) The nodes in the graph, sorted topologically.static Onnx.NodeProtoOnnx.NodeProto.parseDelimitedFrom(InputStream input) static Onnx.NodeProtoOnnx.NodeProto.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Onnx.NodeProtoOnnx.NodeProto.parseFrom(byte[] data) static Onnx.NodeProtoOnnx.NodeProto.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Onnx.NodeProtoOnnx.NodeProto.parseFrom(com.google.protobuf.ByteString data) static Onnx.NodeProtoOnnx.NodeProto.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Onnx.NodeProtoOnnx.NodeProto.parseFrom(com.google.protobuf.CodedInputStream input) static Onnx.NodeProtoOnnx.NodeProto.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Onnx.NodeProtoOnnx.NodeProto.parseFrom(InputStream input) static Onnx.NodeProtoOnnx.NodeProto.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Onnx.NodeProtoOnnx.NodeProto.parseFrom(ByteBuffer data) static Onnx.NodeProtoOnnx.NodeProto.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in onnx that return types with arguments of type Onnx.NodeProtoModifier and TypeMethodDescriptionOnnx.FunctionProto.Builder.getNodeList()The nodes in the function.Onnx.FunctionProto.getNodeList()The nodes in the function.Onnx.FunctionProtoOrBuilder.getNodeList()The nodes in the function.Onnx.GraphProto.Builder.getNodeList()The nodes in the graph, sorted topologically.Onnx.GraphProto.getNodeList()The nodes in the graph, sorted topologically.Onnx.GraphProtoOrBuilder.getNodeList()The nodes in the graph, sorted topologically.com.google.protobuf.Parser<Onnx.NodeProto>Onnx.NodeProto.getParserForType()static com.google.protobuf.Parser<Onnx.NodeProto>Onnx.NodeProto.parser()Methods in onnx with parameters of type Onnx.NodeProtoModifier and TypeMethodDescriptionOnnx.FunctionProto.Builder.addNode(int index, Onnx.NodeProto value) The nodes in the function.Onnx.FunctionProto.Builder.addNode(Onnx.NodeProto value) The nodes in the function.Onnx.GraphProto.Builder.addNode(int index, Onnx.NodeProto value) The nodes in the graph, sorted topologically.Onnx.GraphProto.Builder.addNode(Onnx.NodeProto value) The nodes in the graph, sorted topologically.Onnx.NodeProto.Builder.mergeFrom(Onnx.NodeProto other) static Onnx.NodeProto.BuilderOnnx.NodeProto.newBuilder(Onnx.NodeProto prototype) Onnx.FunctionProto.Builder.setNode(int index, Onnx.NodeProto value) The nodes in the function.Onnx.GraphProto.Builder.setNode(int index, Onnx.NodeProto value) The nodes in the graph, sorted topologically.Method parameters in onnx with type arguments of type Onnx.NodeProtoModifier and TypeMethodDescriptionOnnx.FunctionProto.Builder.addAllNode(Iterable<? extends Onnx.NodeProto> values) The nodes in the function.Onnx.GraphProto.Builder.addAllNode(Iterable<? extends Onnx.NodeProto> values) The nodes in the graph, sorted topologically.