Uses of Class
inference.GrpcService.MemoryUsage
Packages that use GrpcService.MemoryUsage
-
Uses of GrpcService.MemoryUsage in com.gencior.triton.core.pojo
Methods in com.gencior.triton.core.pojo with parameters of type GrpcService.MemoryUsageModifier and TypeMethodDescriptionstatic TritonMemoryUsageTritonMemoryUsage.fromProto(GrpcService.MemoryUsage proto) Creates a TritonMemoryUsage from a gRPC MemoryUsage message. -
Uses of GrpcService.MemoryUsage in inference
Methods in inference that return GrpcService.MemoryUsageModifier and TypeMethodDescriptionGrpcService.MemoryUsage.Builder.build()GrpcService.MemoryUsage.Builder.buildPartial()static GrpcService.MemoryUsageGrpcService.MemoryUsage.getDefaultInstance()GrpcService.MemoryUsage.Builder.getDefaultInstanceForType()GrpcService.MemoryUsage.getDefaultInstanceForType()GrpcService.ModelStatistics.Builder.getMemoryUsage(int index) @@ .. cpp:var:: MemoryUsage memory_usage (repeated) @@ @@ The memory usage detected during model loading, which may be used to @@ estimate the memory to be released once the model is unloaded.GrpcService.ModelStatistics.getMemoryUsage(int index) @@ .. cpp:var:: MemoryUsage memory_usage (repeated) @@ @@ The memory usage detected during model loading, which may be used to @@ estimate the memory to be released once the model is unloaded.GrpcService.ModelStatisticsOrBuilder.getMemoryUsage(int index) @@ .. cpp:var:: MemoryUsage memory_usage (repeated) @@ @@ The memory usage detected during model loading, which may be used to @@ estimate the memory to be released once the model is unloaded.static GrpcService.MemoryUsageGrpcService.MemoryUsage.parseDelimitedFrom(InputStream input) static GrpcService.MemoryUsageGrpcService.MemoryUsage.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GrpcService.MemoryUsageGrpcService.MemoryUsage.parseFrom(byte[] data) static GrpcService.MemoryUsageGrpcService.MemoryUsage.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GrpcService.MemoryUsageGrpcService.MemoryUsage.parseFrom(com.google.protobuf.ByteString data) static GrpcService.MemoryUsageGrpcService.MemoryUsage.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GrpcService.MemoryUsageGrpcService.MemoryUsage.parseFrom(com.google.protobuf.CodedInputStream input) static GrpcService.MemoryUsageGrpcService.MemoryUsage.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GrpcService.MemoryUsageGrpcService.MemoryUsage.parseFrom(InputStream input) static GrpcService.MemoryUsageGrpcService.MemoryUsage.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GrpcService.MemoryUsageGrpcService.MemoryUsage.parseFrom(ByteBuffer data) static GrpcService.MemoryUsageGrpcService.MemoryUsage.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in inference that return types with arguments of type GrpcService.MemoryUsageModifier and TypeMethodDescriptionGrpcService.ModelStatistics.Builder.getMemoryUsageList()@@ .. cpp:var:: MemoryUsage memory_usage (repeated) @@ @@ The memory usage detected during model loading, which may be used to @@ estimate the memory to be released once the model is unloaded.GrpcService.ModelStatistics.getMemoryUsageList()@@ .. cpp:var:: MemoryUsage memory_usage (repeated) @@ @@ The memory usage detected during model loading, which may be used to @@ estimate the memory to be released once the model is unloaded.GrpcService.ModelStatisticsOrBuilder.getMemoryUsageList()@@ .. cpp:var:: MemoryUsage memory_usage (repeated) @@ @@ The memory usage detected during model loading, which may be used to @@ estimate the memory to be released once the model is unloaded.com.google.protobuf.Parser<GrpcService.MemoryUsage> GrpcService.MemoryUsage.getParserForType()static com.google.protobuf.Parser<GrpcService.MemoryUsage> GrpcService.MemoryUsage.parser()Methods in inference with parameters of type GrpcService.MemoryUsageModifier and TypeMethodDescriptionGrpcService.ModelStatistics.Builder.addMemoryUsage(int index, GrpcService.MemoryUsage value) @@ .. cpp:var:: MemoryUsage memory_usage (repeated) @@ @@ The memory usage detected during model loading, which may be used to @@ estimate the memory to be released once the model is unloaded.GrpcService.ModelStatistics.Builder.addMemoryUsage(GrpcService.MemoryUsage value) @@ .. cpp:var:: MemoryUsage memory_usage (repeated) @@ @@ The memory usage detected during model loading, which may be used to @@ estimate the memory to be released once the model is unloaded.GrpcService.MemoryUsage.Builder.mergeFrom(GrpcService.MemoryUsage other) GrpcService.MemoryUsage.newBuilder(GrpcService.MemoryUsage prototype) GrpcService.ModelStatistics.Builder.setMemoryUsage(int index, GrpcService.MemoryUsage value) @@ .. cpp:var:: MemoryUsage memory_usage (repeated) @@ @@ The memory usage detected during model loading, which may be used to @@ estimate the memory to be released once the model is unloaded.Method parameters in inference with type arguments of type GrpcService.MemoryUsageModifier and TypeMethodDescriptionGrpcService.ModelStatistics.Builder.addAllMemoryUsage(Iterable<? extends GrpcService.MemoryUsage> values) @@ .. cpp:var:: MemoryUsage memory_usage (repeated) @@ @@ The memory usage detected during model loading, which may be used to @@ estimate the memory to be released once the model is unloaded.