Uses of Class
onnx.Onnx.FunctionProto
Packages that use Onnx.FunctionProto
-
Uses of Onnx.FunctionProto in onnx
Fields in onnx with type parameters of type Onnx.FunctionProtoModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<Onnx.FunctionProto>Onnx.FunctionProto.PARSERDeprecated.Methods in onnx that return Onnx.FunctionProtoModifier and TypeMethodDescriptionOnnx.FunctionProto.Builder.build()Onnx.FunctionProto.Builder.buildPartial()static Onnx.FunctionProtoOnnx.FunctionProto.getDefaultInstance()Onnx.FunctionProto.Builder.getDefaultInstanceForType()Onnx.FunctionProto.getDefaultInstanceForType()Onnx.ModelProto.Builder.getFunctions(int index) A list of function protos local to the model.Onnx.ModelProto.getFunctions(int index) A list of function protos local to the model.Onnx.ModelProtoOrBuilder.getFunctions(int index) A list of function protos local to the model.static Onnx.FunctionProtoOnnx.FunctionProto.parseDelimitedFrom(InputStream input) static Onnx.FunctionProtoOnnx.FunctionProto.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Onnx.FunctionProtoOnnx.FunctionProto.parseFrom(byte[] data) static Onnx.FunctionProtoOnnx.FunctionProto.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Onnx.FunctionProtoOnnx.FunctionProto.parseFrom(com.google.protobuf.ByteString data) static Onnx.FunctionProtoOnnx.FunctionProto.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Onnx.FunctionProtoOnnx.FunctionProto.parseFrom(com.google.protobuf.CodedInputStream input) static Onnx.FunctionProtoOnnx.FunctionProto.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Onnx.FunctionProtoOnnx.FunctionProto.parseFrom(InputStream input) static Onnx.FunctionProtoOnnx.FunctionProto.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Onnx.FunctionProtoOnnx.FunctionProto.parseFrom(ByteBuffer data) static Onnx.FunctionProtoOnnx.FunctionProto.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in onnx that return types with arguments of type Onnx.FunctionProtoModifier and TypeMethodDescriptionOnnx.ModelProto.Builder.getFunctionsList()A list of function protos local to the model.Onnx.ModelProto.getFunctionsList()A list of function protos local to the model.Onnx.ModelProtoOrBuilder.getFunctionsList()A list of function protos local to the model.com.google.protobuf.Parser<Onnx.FunctionProto>Onnx.FunctionProto.getParserForType()static com.google.protobuf.Parser<Onnx.FunctionProto>Onnx.FunctionProto.parser()Methods in onnx with parameters of type Onnx.FunctionProtoModifier and TypeMethodDescriptionOnnx.ModelProto.Builder.addFunctions(int index, Onnx.FunctionProto value) A list of function protos local to the model.Onnx.ModelProto.Builder.addFunctions(Onnx.FunctionProto value) A list of function protos local to the model.Onnx.FunctionProto.Builder.mergeFrom(Onnx.FunctionProto other) static Onnx.FunctionProto.BuilderOnnx.FunctionProto.newBuilder(Onnx.FunctionProto prototype) Onnx.ModelProto.Builder.setFunctions(int index, Onnx.FunctionProto value) A list of function protos local to the model.Method parameters in onnx with type arguments of type Onnx.FunctionProtoModifier and TypeMethodDescriptionOnnx.ModelProto.Builder.addAllFunctions(Iterable<? extends Onnx.FunctionProto> values) A list of function protos local to the model.