Uses of Class
org.tensorflow.proto.ThreadPoolOptionProto.Builder
Packages that use ThreadPoolOptionProto.Builder
-
Uses of ThreadPoolOptionProto.Builder in org.tensorflow.proto
Subclasses with type arguments of type ThreadPoolOptionProto.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classProtobuf typetensorflow.ThreadPoolOptionProtoMethods in org.tensorflow.proto that return ThreadPoolOptionProto.BuilderModifier and TypeMethodDescriptionConfigProto.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.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).ConfigProto.Builder.getSessionInterOpThreadPoolBuilder(int index) This option is experimental - it may be replaced with a different mechanism in the future.ThreadPoolOptionProto.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) ThreadPoolOptionProto.Builder.mergeFrom(ThreadPoolOptionProto other) ThreadPoolOptionProto.newBuilder()ThreadPoolOptionProto.newBuilder(ThreadPoolOptionProto prototype) ThreadPoolOptionProto.newBuilderForType()protected ThreadPoolOptionProto.BuilderThreadPoolOptionProto.newBuilderForType(AbstractMessage.BuilderParent parent) ThreadPoolOptionProto.Builder.setGlobalName(String value) The global name of the threadpool.ThreadPoolOptionProto.Builder.setGlobalNameBytes(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.toBuilder()Methods in org.tensorflow.proto 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.proto 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.