Uses of Class
inference.GrpcService.CudaSharedMemoryRegisterResponse
Packages that use GrpcService.CudaSharedMemoryRegisterResponse
-
Uses of GrpcService.CudaSharedMemoryRegisterResponse in inference
Methods in inference that return GrpcService.CudaSharedMemoryRegisterResponseModifier and TypeMethodDescriptionGrpcService.CudaSharedMemoryRegisterResponse.Builder.build()GrpcService.CudaSharedMemoryRegisterResponse.Builder.buildPartial()GRPCInferenceServiceGrpc.GRPCInferenceServiceBlockingStub.cudaSharedMemoryRegister(GrpcService.CudaSharedMemoryRegisterRequest request) @@ .. cpp:var:: rpc CudaSharedMemoryRegister( @@ CudaSharedMemoryRegisterRequest) @@ returns (CudaSharedMemoryRegisterResponse) @@ @@ Register a CUDA-shared-memory region.GrpcService.CudaSharedMemoryRegisterResponse.getDefaultInstance()GrpcService.CudaSharedMemoryRegisterResponse.Builder.getDefaultInstanceForType()GrpcService.CudaSharedMemoryRegisterResponse.getDefaultInstanceForType()GrpcService.CudaSharedMemoryRegisterResponse.parseDelimitedFrom(InputStream input) GrpcService.CudaSharedMemoryRegisterResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.CudaSharedMemoryRegisterResponse.parseFrom(byte[] data) GrpcService.CudaSharedMemoryRegisterResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.CudaSharedMemoryRegisterResponse.parseFrom(com.google.protobuf.ByteString data) GrpcService.CudaSharedMemoryRegisterResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.CudaSharedMemoryRegisterResponse.parseFrom(com.google.protobuf.CodedInputStream input) GrpcService.CudaSharedMemoryRegisterResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.CudaSharedMemoryRegisterResponse.parseFrom(InputStream input) GrpcService.CudaSharedMemoryRegisterResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.CudaSharedMemoryRegisterResponse.parseFrom(ByteBuffer data) GrpcService.CudaSharedMemoryRegisterResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in inference that return types with arguments of type GrpcService.CudaSharedMemoryRegisterResponseModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<GrpcService.CudaSharedMemoryRegisterResponse> GRPCInferenceServiceGrpc.GRPCInferenceServiceFutureStub.cudaSharedMemoryRegister(GrpcService.CudaSharedMemoryRegisterRequest request) @@ .. cpp:var:: rpc CudaSharedMemoryRegister( @@ CudaSharedMemoryRegisterRequest) @@ returns (CudaSharedMemoryRegisterResponse) @@ @@ Register a CUDA-shared-memory region.static io.grpc.MethodDescriptor<GrpcService.CudaSharedMemoryRegisterRequest, GrpcService.CudaSharedMemoryRegisterResponse> GRPCInferenceServiceGrpc.getCudaSharedMemoryRegisterMethod()com.google.protobuf.Parser<GrpcService.CudaSharedMemoryRegisterResponse> GrpcService.CudaSharedMemoryRegisterResponse.getParserForType()static com.google.protobuf.Parser<GrpcService.CudaSharedMemoryRegisterResponse> GrpcService.CudaSharedMemoryRegisterResponse.parser()Methods in inference with parameters of type GrpcService.CudaSharedMemoryRegisterResponseModifier and TypeMethodDescriptionGrpcService.CudaSharedMemoryRegisterResponse.Builder.mergeFrom(GrpcService.CudaSharedMemoryRegisterResponse other) GrpcService.CudaSharedMemoryRegisterResponse.newBuilder(GrpcService.CudaSharedMemoryRegisterResponse prototype) Method parameters in inference with type arguments of type GrpcService.CudaSharedMemoryRegisterResponseModifier and TypeMethodDescriptiondefault voidGRPCInferenceServiceGrpc.AsyncService.cudaSharedMemoryRegister(GrpcService.CudaSharedMemoryRegisterRequest request, io.grpc.stub.StreamObserver<GrpcService.CudaSharedMemoryRegisterResponse> responseObserver) @@ .. cpp:var:: rpc CudaSharedMemoryRegister( @@ CudaSharedMemoryRegisterRequest) @@ returns (CudaSharedMemoryRegisterResponse) @@ @@ Register a CUDA-shared-memory region.voidGRPCInferenceServiceGrpc.GRPCInferenceServiceStub.cudaSharedMemoryRegister(GrpcService.CudaSharedMemoryRegisterRequest request, io.grpc.stub.StreamObserver<GrpcService.CudaSharedMemoryRegisterResponse> responseObserver) @@ .. cpp:var:: rpc CudaSharedMemoryRegister( @@ CudaSharedMemoryRegisterRequest) @@ returns (CudaSharedMemoryRegisterResponse) @@ @@ Register a CUDA-shared-memory region.