Uses of Class
org.tensorflow.framework.ThreadPoolOptionProto.Builder
Packages that use ThreadPoolOptionProto.Builder
-
Uses of ThreadPoolOptionProto.Builder in org.tensorflow.framework
Methods in org.tensorflow.framework that return ThreadPoolOptionProto.BuilderModifier and TypeMethodDescriptionThreadPoolOptionProto.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ConfigProto.Builder.addSessionInterOpThreadPoolBuilder()This option is experimental - it may be replaced with a different mechanism in the future.ConfigProto.Builder.addSessionInterOpThreadPoolBuilder(int index) This option is experimental - it may be replaced with a different mechanism in the future.ThreadPoolOptionProto.Builder.clear()ThreadPoolOptionProto.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) ThreadPoolOptionProto.Builder.clearGlobalName()The global name of the threadpool.ThreadPoolOptionProto.Builder.clearNumThreads()The number of threads in the pool. 0 means the system picks a value based on where this option proto is used (see the declaration of the specific field for more info).ThreadPoolOptionProto.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) ThreadPoolOptionProto.Builder.clone()ConfigProto.Builder.getSessionInterOpThreadPoolBuilder(int index) This option is experimental - it may be replaced with a different mechanism in the future.ThreadPoolOptionProto.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ThreadPoolOptionProto.Builder.mergeFrom(com.google.protobuf.Message other) ThreadPoolOptionProto.Builder.mergeFrom(ThreadPoolOptionProto other) ThreadPoolOptionProto.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) ThreadPoolOptionProto.newBuilder()ThreadPoolOptionProto.newBuilder(ThreadPoolOptionProto prototype) ThreadPoolOptionProto.newBuilderForType()protected ThreadPoolOptionProto.BuilderThreadPoolOptionProto.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) ThreadPoolOptionProto.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ThreadPoolOptionProto.Builder.setGlobalName(String value) The global name of the threadpool.ThreadPoolOptionProto.Builder.setGlobalNameBytes(com.google.protobuf.ByteString value) The global name of the threadpool.ThreadPoolOptionProto.Builder.setNumThreads(int value) The number of threads in the pool. 0 means the system picks a value based on where this option proto is used (see the declaration of the specific field for more info).ThreadPoolOptionProto.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) ThreadPoolOptionProto.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) ThreadPoolOptionProto.toBuilder()Methods in org.tensorflow.framework that return types with arguments of type ThreadPoolOptionProto.BuilderModifier and TypeMethodDescriptionConfigProto.Builder.getSessionInterOpThreadPoolBuilderList()This option is experimental - it may be replaced with a different mechanism in the future.Methods in org.tensorflow.framework with parameters of type ThreadPoolOptionProto.BuilderModifier and TypeMethodDescriptionConfigProto.Builder.addSessionInterOpThreadPool(int index, ThreadPoolOptionProto.Builder builderForValue) This option is experimental - it may be replaced with a different mechanism in the future.ConfigProto.Builder.addSessionInterOpThreadPool(ThreadPoolOptionProto.Builder builderForValue) This option is experimental - it may be replaced with a different mechanism in the future.ConfigProto.Builder.setSessionInterOpThreadPool(int index, ThreadPoolOptionProto.Builder builderForValue) This option is experimental - it may be replaced with a different mechanism in the future.