Uses of Class
org.tensorflow.framework.BatchingOptions.Builder
Packages that use BatchingOptions.Builder
-
Uses of BatchingOptions.Builder in org.tensorflow.framework
Methods in org.tensorflow.framework 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.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) 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.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) 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.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) BatchingOptions.Builder.clone()BatchingOptions.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BatchingOptions.Builder.mergeFrom(com.google.protobuf.Message other) BatchingOptions.Builder.mergeFrom(BatchingOptions other) final BatchingOptions.BuilderBatchingOptions.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static BatchingOptions.BuilderBatchingOptions.newBuilder()static BatchingOptions.BuilderBatchingOptions.newBuilder(BatchingOptions prototype) BatchingOptions.newBuilderForType()protected BatchingOptions.BuilderBatchingOptions.newBuilderForType(com.google.protobuf.GeneratedMessageV3.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.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) 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.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final BatchingOptions.BuilderBatchingOptions.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) BatchingOptions.toBuilder()