Uses of Class
org.tensorflow.proto.BatchingOptions.Builder
Packages that use BatchingOptions.Builder
-
Uses of BatchingOptions.Builder in org.tensorflow.proto
Subclasses with type arguments of type BatchingOptions.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classProtobuf typetensorflow.BatchingOptionsMethods in org.tensorflow.proto that return BatchingOptions.BuilderModifier and TypeMethodDescriptionBatchingOptions.Builder.addAllAllowedBatchSizes(Iterable<? extends Integer> values) Optional list of allowed batch sizes.BatchingOptions.Builder.addAllowedBatchSizes(int value) Optional list of allowed batch sizes.BatchingOptions.Builder.clear()BatchingOptions.Builder.clearAllowedBatchSizes()Optional list of allowed batch sizes.BatchingOptions.Builder.clearBatchTimeoutMicros()Maximum number of microseconds to wait before outputting an incomplete batch.BatchingOptions.Builder.clearMaxBatchSize()The maximum allowed batch size.BatchingOptions.Builder.clearMaxEnqueuedBatches()Maximum number of batches enqueued for processing before requests are failed fast.BatchingOptions.Builder.clearNumBatchThreads()Number of scheduling threads for processing batches of work.BatchingOptions.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) BatchingOptions.Builder.mergeFrom(BatchingOptions other) static BatchingOptions.BuilderBatchingOptions.newBuilder()static BatchingOptions.BuilderBatchingOptions.newBuilder(BatchingOptions prototype) BatchingOptions.newBuilderForType()protected BatchingOptions.BuilderBatchingOptions.newBuilderForType(AbstractMessage.BuilderParent parent) BatchingOptions.Builder.setAllowedBatchSizes(int index, int value) Optional list of allowed batch sizes.BatchingOptions.Builder.setBatchTimeoutMicros(int value) Maximum number of microseconds to wait before outputting an incomplete batch.BatchingOptions.Builder.setMaxBatchSize(int value) The maximum allowed batch size.BatchingOptions.Builder.setMaxEnqueuedBatches(int value) Maximum number of batches enqueued for processing before requests are failed fast.BatchingOptions.Builder.setNumBatchThreads(int value) Number of scheduling threads for processing batches of work.BatchingOptions.toBuilder()