Uses of Class
onnx.Onnx.GraphProto
Packages that use Onnx.GraphProto
-
Uses of Onnx.GraphProto in onnx
Fields in onnx with type parameters of type Onnx.GraphProtoModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<Onnx.GraphProto>Onnx.GraphProto.PARSERDeprecated.Methods in onnx that return Onnx.GraphProtoModifier and TypeMethodDescriptionOnnx.GraphProto.Builder.build()Onnx.GraphProto.Builder.buildPartial()Onnx.TrainingInfoProto.Builder.getAlgorithm()This field represents a training algorithm step.Onnx.TrainingInfoProto.getAlgorithm()This field represents a training algorithm step.Onnx.TrainingInfoProtoOrBuilder.getAlgorithm()This field represents a training algorithm step.static Onnx.GraphProtoOnnx.GraphProto.getDefaultInstance()Onnx.GraphProto.Builder.getDefaultInstanceForType()Onnx.GraphProto.getDefaultInstanceForType()Onnx.AttributeProto.Builder.getG()graphOnnx.AttributeProto.getG()graphOnnx.AttributeProtoOrBuilder.getG()graphOnnx.ModelProto.Builder.getGraph()The parameterized graph that is evaluated to execute the model.Onnx.ModelProto.getGraph()The parameterized graph that is evaluated to execute the model.Onnx.ModelProtoOrBuilder.getGraph()The parameterized graph that is evaluated to execute the model.Onnx.AttributeProto.Builder.getGraphs(int index) list of graphOnnx.AttributeProto.getGraphs(int index) list of graphOnnx.AttributeProtoOrBuilder.getGraphs(int index) list of graphOnnx.TrainingInfoProto.Builder.getInitialization()This field describes a graph to compute the initial tensors upon starting the training process.Onnx.TrainingInfoProto.getInitialization()This field describes a graph to compute the initial tensors upon starting the training process.Onnx.TrainingInfoProtoOrBuilder.getInitialization()This field describes a graph to compute the initial tensors upon starting the training process.static Onnx.GraphProtoOnnx.GraphProto.parseDelimitedFrom(InputStream input) static Onnx.GraphProtoOnnx.GraphProto.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Onnx.GraphProtoOnnx.GraphProto.parseFrom(byte[] data) static Onnx.GraphProtoOnnx.GraphProto.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Onnx.GraphProtoOnnx.GraphProto.parseFrom(com.google.protobuf.ByteString data) static Onnx.GraphProtoOnnx.GraphProto.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Onnx.GraphProtoOnnx.GraphProto.parseFrom(com.google.protobuf.CodedInputStream input) static Onnx.GraphProtoOnnx.GraphProto.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Onnx.GraphProtoOnnx.GraphProto.parseFrom(InputStream input) static Onnx.GraphProtoOnnx.GraphProto.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Onnx.GraphProtoOnnx.GraphProto.parseFrom(ByteBuffer data) static Onnx.GraphProtoOnnx.GraphProto.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in onnx that return types with arguments of type Onnx.GraphProtoModifier and TypeMethodDescriptionOnnx.AttributeProto.Builder.getGraphsList()list of graphOnnx.AttributeProto.getGraphsList()list of graphOnnx.AttributeProtoOrBuilder.getGraphsList()list of graphcom.google.protobuf.Parser<Onnx.GraphProto>Onnx.GraphProto.getParserForType()static com.google.protobuf.Parser<Onnx.GraphProto>Onnx.GraphProto.parser()Methods in onnx with parameters of type Onnx.GraphProtoModifier and TypeMethodDescriptionOnnx.AttributeProto.Builder.addGraphs(int index, Onnx.GraphProto value) list of graphOnnx.AttributeProto.Builder.addGraphs(Onnx.GraphProto value) list of graphOnnx.TrainingInfoProto.Builder.mergeAlgorithm(Onnx.GraphProto value) This field represents a training algorithm step.Onnx.GraphProto.Builder.mergeFrom(Onnx.GraphProto other) Onnx.AttributeProto.Builder.mergeG(Onnx.GraphProto value) graphOnnx.ModelProto.Builder.mergeGraph(Onnx.GraphProto value) The parameterized graph that is evaluated to execute the model.Onnx.TrainingInfoProto.Builder.mergeInitialization(Onnx.GraphProto value) This field describes a graph to compute the initial tensors upon starting the training process.static Onnx.GraphProto.BuilderOnnx.GraphProto.newBuilder(Onnx.GraphProto prototype) Onnx.TrainingInfoProto.Builder.setAlgorithm(Onnx.GraphProto value) This field represents a training algorithm step.Onnx.AttributeProto.Builder.setG(Onnx.GraphProto value) graphOnnx.ModelProto.Builder.setGraph(Onnx.GraphProto value) The parameterized graph that is evaluated to execute the model.Onnx.AttributeProto.Builder.setGraphs(int index, Onnx.GraphProto value) list of graphOnnx.TrainingInfoProto.Builder.setInitialization(Onnx.GraphProto value) This field describes a graph to compute the initial tensors upon starting the training process.Method parameters in onnx with type arguments of type Onnx.GraphProtoModifier and TypeMethodDescriptionOnnx.AttributeProto.Builder.addAllGraphs(Iterable<? extends Onnx.GraphProto> values) list of graph