Uses of Class
org.tensorflow.framework.ThreadPoolOptionProto
-
Packages that use ThreadPoolOptionProto Package Description org.tensorflow.framework -
-
Uses of ThreadPoolOptionProto in org.tensorflow.framework
Methods in org.tensorflow.framework that return ThreadPoolOptionProto Modifier and Type Method Description ThreadPoolOptionProtoThreadPoolOptionProto.Builder. build()ThreadPoolOptionProtoThreadPoolOptionProto.Builder. buildPartial()static ThreadPoolOptionProtoThreadPoolOptionProto. getDefaultInstance()ThreadPoolOptionProtoThreadPoolOptionProto.Builder. getDefaultInstanceForType()ThreadPoolOptionProtoThreadPoolOptionProto. getDefaultInstanceForType()ThreadPoolOptionProtoConfigProto.Builder. getSessionInterOpThreadPool(int index)This option is experimental - it may be replaced with a different mechanism in the future.ThreadPoolOptionProtoConfigProto. getSessionInterOpThreadPool(int index)This option is experimental - it may be replaced with a different mechanism in the future.ThreadPoolOptionProtoConfigProtoOrBuilder. getSessionInterOpThreadPool(int index)This option is experimental - it may be replaced with a different mechanism in the future.static ThreadPoolOptionProtoThreadPoolOptionProto. parseDelimitedFrom(InputStream input)static ThreadPoolOptionProtoThreadPoolOptionProto. parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static ThreadPoolOptionProtoThreadPoolOptionProto. parseFrom(byte[] data)static ThreadPoolOptionProtoThreadPoolOptionProto. parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static ThreadPoolOptionProtoThreadPoolOptionProto. parseFrom(InputStream input)static ThreadPoolOptionProtoThreadPoolOptionProto. parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static ThreadPoolOptionProtoThreadPoolOptionProto. parseFrom(ByteBuffer data)static ThreadPoolOptionProtoThreadPoolOptionProto. parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static ThreadPoolOptionProtoThreadPoolOptionProto. parseFrom(org.nd4j.shade.protobuf.ByteString data)static ThreadPoolOptionProtoThreadPoolOptionProto. parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static ThreadPoolOptionProtoThreadPoolOptionProto. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input)static ThreadPoolOptionProtoThreadPoolOptionProto. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.tensorflow.framework that return types with arguments of type ThreadPoolOptionProto Modifier and Type Method Description org.nd4j.shade.protobuf.Parser<ThreadPoolOptionProto>ThreadPoolOptionProto. getParserForType()List<ThreadPoolOptionProto>ConfigProto.Builder. getSessionInterOpThreadPoolList()This option is experimental - it may be replaced with a different mechanism in the future.List<ThreadPoolOptionProto>ConfigProto. getSessionInterOpThreadPoolList()This option is experimental - it may be replaced with a different mechanism in the future.List<ThreadPoolOptionProto>ConfigProtoOrBuilder. getSessionInterOpThreadPoolList()This option is experimental - it may be replaced with a different mechanism in the future.static org.nd4j.shade.protobuf.Parser<ThreadPoolOptionProto>ThreadPoolOptionProto. parser()Methods in org.tensorflow.framework with parameters of type ThreadPoolOptionProto Modifier and Type Method Description ConfigProto.BuilderConfigProto.Builder. addSessionInterOpThreadPool(int index, ThreadPoolOptionProto value)This option is experimental - it may be replaced with a different mechanism in the future.ConfigProto.BuilderConfigProto.Builder. addSessionInterOpThreadPool(ThreadPoolOptionProto value)This option is experimental - it may be replaced with a different mechanism in the future.ThreadPoolOptionProto.BuilderThreadPoolOptionProto.Builder. mergeFrom(ThreadPoolOptionProto other)static ThreadPoolOptionProto.BuilderThreadPoolOptionProto. newBuilder(ThreadPoolOptionProto prototype)ConfigProto.BuilderConfigProto.Builder. setSessionInterOpThreadPool(int index, ThreadPoolOptionProto value)This option is experimental - it may be replaced with a different mechanism in the future.Method parameters in org.tensorflow.framework with type arguments of type ThreadPoolOptionProto Modifier and Type Method Description ConfigProto.BuilderConfigProto.Builder. addAllSessionInterOpThreadPool(Iterable<? extends ThreadPoolOptionProto> values)This option is experimental - it may be replaced with a different mechanism in the future.
-