Uses of Class
inference.GrpcService.InferBatchStatistics
Packages that use GrpcService.InferBatchStatistics
-
Uses of GrpcService.InferBatchStatistics in inference
Methods in inference that return GrpcService.InferBatchStatisticsModifier and TypeMethodDescriptionGrpcService.InferBatchStatistics.Builder.build()GrpcService.InferBatchStatistics.Builder.buildPartial()GrpcService.ModelStatistics.Builder.getBatchStats(int index) @@ .. cpp:var:: InferBatchStatistics batch_stats (repeated) @@ @@ The aggregate statistics for each different batch size that is @@ executed in the model.GrpcService.ModelStatistics.getBatchStats(int index) @@ .. cpp:var:: InferBatchStatistics batch_stats (repeated) @@ @@ The aggregate statistics for each different batch size that is @@ executed in the model.GrpcService.ModelStatisticsOrBuilder.getBatchStats(int index) @@ .. cpp:var:: InferBatchStatistics batch_stats (repeated) @@ @@ The aggregate statistics for each different batch size that is @@ executed in the model.GrpcService.InferBatchStatistics.getDefaultInstance()GrpcService.InferBatchStatistics.Builder.getDefaultInstanceForType()GrpcService.InferBatchStatistics.getDefaultInstanceForType()GrpcService.InferBatchStatistics.parseDelimitedFrom(InputStream input) GrpcService.InferBatchStatistics.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.InferBatchStatistics.parseFrom(byte[] data) GrpcService.InferBatchStatistics.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.InferBatchStatistics.parseFrom(com.google.protobuf.ByteString data) GrpcService.InferBatchStatistics.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.InferBatchStatistics.parseFrom(com.google.protobuf.CodedInputStream input) GrpcService.InferBatchStatistics.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.InferBatchStatistics.parseFrom(InputStream input) GrpcService.InferBatchStatistics.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.InferBatchStatistics.parseFrom(ByteBuffer data) GrpcService.InferBatchStatistics.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in inference that return types with arguments of type GrpcService.InferBatchStatisticsModifier and TypeMethodDescriptionGrpcService.ModelStatistics.Builder.getBatchStatsList()@@ .. cpp:var:: InferBatchStatistics batch_stats (repeated) @@ @@ The aggregate statistics for each different batch size that is @@ executed in the model.GrpcService.ModelStatistics.getBatchStatsList()@@ .. cpp:var:: InferBatchStatistics batch_stats (repeated) @@ @@ The aggregate statistics for each different batch size that is @@ executed in the model.GrpcService.ModelStatisticsOrBuilder.getBatchStatsList()@@ .. cpp:var:: InferBatchStatistics batch_stats (repeated) @@ @@ The aggregate statistics for each different batch size that is @@ executed in the model.com.google.protobuf.Parser<GrpcService.InferBatchStatistics> GrpcService.InferBatchStatistics.getParserForType()static com.google.protobuf.Parser<GrpcService.InferBatchStatistics> GrpcService.InferBatchStatistics.parser()Methods in inference with parameters of type GrpcService.InferBatchStatisticsModifier and TypeMethodDescriptionGrpcService.ModelStatistics.Builder.addBatchStats(int index, GrpcService.InferBatchStatistics value) @@ .. cpp:var:: InferBatchStatistics batch_stats (repeated) @@ @@ The aggregate statistics for each different batch size that is @@ executed in the model.GrpcService.ModelStatistics.Builder.addBatchStats(GrpcService.InferBatchStatistics value) @@ .. cpp:var:: InferBatchStatistics batch_stats (repeated) @@ @@ The aggregate statistics for each different batch size that is @@ executed in the model.GrpcService.InferBatchStatistics.Builder.mergeFrom(GrpcService.InferBatchStatistics other) GrpcService.InferBatchStatistics.newBuilder(GrpcService.InferBatchStatistics prototype) GrpcService.ModelStatistics.Builder.setBatchStats(int index, GrpcService.InferBatchStatistics value) @@ .. cpp:var:: InferBatchStatistics batch_stats (repeated) @@ @@ The aggregate statistics for each different batch size that is @@ executed in the model.Method parameters in inference with type arguments of type GrpcService.InferBatchStatisticsModifier and TypeMethodDescriptionGrpcService.ModelStatistics.Builder.addAllBatchStats(Iterable<? extends GrpcService.InferBatchStatistics> values) @@ .. cpp:var:: InferBatchStatistics batch_stats (repeated) @@ @@ The aggregate statistics for each different batch size that is @@ executed in the model.