Package org.tensorflow.framework
Class ConfigProto
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- org.tensorflow.framework.ConfigProto
-
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.io.Serializable,ConfigProtoOrBuilder
public final class ConfigProto extends com.google.protobuf.GeneratedMessageV3 implements ConfigProtoOrBuilder
Session configuration parameters. The system picks appropriate values for fields that are not set.
Protobuf typetensorflow.ConfigProto- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConfigProto.BuilderSession configuration parameters.static classConfigProto.ExperimentalEverything inside Experimental is subject to change and is not subject to API stability guarantees in https://www.tensorflow.org/guide/version_compat.static interfaceConfigProto.ExperimentalOrBuilder-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static intALLOW_SOFT_PLACEMENT_FIELD_NUMBERstatic intCLUSTER_DEF_FIELD_NUMBERstatic intDEVICE_COUNT_FIELD_NUMBERstatic intDEVICE_FILTERS_FIELD_NUMBERstatic intEXPERIMENTAL_FIELD_NUMBERstatic intGPU_OPTIONS_FIELD_NUMBERstatic intGRAPH_OPTIONS_FIELD_NUMBERstatic intINTER_OP_PARALLELISM_THREADS_FIELD_NUMBERstatic intINTRA_OP_PARALLELISM_THREADS_FIELD_NUMBERstatic intISOLATE_SESSION_STATE_FIELD_NUMBERstatic intLOG_DEVICE_PLACEMENT_FIELD_NUMBERstatic intOPERATION_TIMEOUT_IN_MS_FIELD_NUMBERstatic intPLACEMENT_PERIOD_FIELD_NUMBERstatic intRPC_OPTIONS_FIELD_NUMBERstatic intSESSION_INTER_OP_THREAD_POOL_FIELD_NUMBERstatic intUSE_PER_SESSION_THREADS_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleancontainsDeviceCount(java.lang.String key)Map from device type name (e.g., "CPU" or "GPU" ) to maximum number of devices of that type to use.booleanequals(java.lang.Object obj)booleangetAllowSoftPlacement()Whether soft placement is allowed.ClusterDefgetClusterDef()Optional list of all workers to use in this session.ClusterDefOrBuildergetClusterDefOrBuilder()Optional list of all workers to use in this session.static ConfigProtogetDefaultInstance()ConfigProtogetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()java.util.Map<java.lang.String,java.lang.Integer>getDeviceCount()Deprecated.intgetDeviceCountCount()Map from device type name (e.g., "CPU" or "GPU" ) to maximum number of devices of that type to use.java.util.Map<java.lang.String,java.lang.Integer>getDeviceCountMap()Map from device type name (e.g., "CPU" or "GPU" ) to maximum number of devices of that type to use.intgetDeviceCountOrDefault(java.lang.String key, int defaultValue)Map from device type name (e.g., "CPU" or "GPU" ) to maximum number of devices of that type to use.intgetDeviceCountOrThrow(java.lang.String key)Map from device type name (e.g., "CPU" or "GPU" ) to maximum number of devices of that type to use.java.lang.StringgetDeviceFilters(int index)When any filters are present sessions will ignore all devices which do not match the filters.com.google.protobuf.ByteStringgetDeviceFiltersBytes(int index)When any filters are present sessions will ignore all devices which do not match the filters.intgetDeviceFiltersCount()When any filters are present sessions will ignore all devices which do not match the filters.com.google.protobuf.ProtocolStringListgetDeviceFiltersList()When any filters are present sessions will ignore all devices which do not match the filters.ConfigProto.ExperimentalgetExperimental().tensorflow.ConfigProto.Experimental experimental = 16;ConfigProto.ExperimentalOrBuildergetExperimentalOrBuilder().tensorflow.ConfigProto.Experimental experimental = 16;GPUOptionsgetGpuOptions()Options that apply to all GPUs.GPUOptionsOrBuildergetGpuOptionsOrBuilder()Options that apply to all GPUs.GraphOptionsgetGraphOptions()Options that apply to all graphs.GraphOptionsOrBuildergetGraphOptionsOrBuilder()Options that apply to all graphs.intgetInterOpParallelismThreads()Nodes that perform blocking operations are enqueued on a pool of inter_op_parallelism_threads available in each process.intgetIntraOpParallelismThreads()The execution of an individual op (for some op types) can be parallelized on a pool of intra_op_parallelism_threads.booleangetIsolateSessionState()If true, any resources such as Variables used in the session will not be shared with other sessions.booleangetLogDevicePlacement()Whether device placements should be logged.longgetOperationTimeoutInMs()Global timeout for all blocking operations in this session.com.google.protobuf.Parser<ConfigProto>getParserForType()intgetPlacementPeriod()Assignment of Nodes to Devices is recomputed every placement_period steps until the system warms up (at which point the recomputation typically slows down automatically).RPCOptionsgetRpcOptions()Options that apply when this session uses the distributed runtime.RPCOptionsOrBuildergetRpcOptionsOrBuilder()Options that apply when this session uses the distributed runtime.intgetSerializedSize()ThreadPoolOptionProtogetSessionInterOpThreadPool(int index)This option is experimental - it may be replaced with a different mechanism in the future.intgetSessionInterOpThreadPoolCount()This option is experimental - it may be replaced with a different mechanism in the future.java.util.List<ThreadPoolOptionProto>getSessionInterOpThreadPoolList()This option is experimental - it may be replaced with a different mechanism in the future.ThreadPoolOptionProtoOrBuildergetSessionInterOpThreadPoolOrBuilder(int index)This option is experimental - it may be replaced with a different mechanism in the future.java.util.List<? extends ThreadPoolOptionProtoOrBuilder>getSessionInterOpThreadPoolOrBuilderList()This option is experimental - it may be replaced with a different mechanism in the future.com.google.protobuf.UnknownFieldSetgetUnknownFields()booleangetUsePerSessionThreads()If true, use a new set of threads for this session rather than the global pool of threads.booleanhasClusterDef()Optional list of all workers to use in this session.booleanhasExperimental().tensorflow.ConfigProto.Experimental experimental = 16;booleanhasGpuOptions()Options that apply to all GPUs.booleanhasGraphOptions()Options that apply to all graphs.inthashCode()booleanhasRpcOptions()Options that apply when this session uses the distributed runtime.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()protected com.google.protobuf.MapFieldinternalGetMapField(int number)booleanisInitialized()static ConfigProto.BuildernewBuilder()static ConfigProto.BuildernewBuilder(ConfigProto prototype)ConfigProto.BuildernewBuilderForType()protected ConfigProto.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected java.lang.ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static ConfigProtoparseDelimitedFrom(java.io.InputStream input)static ConfigProtoparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ConfigProtoparseFrom(byte[] data)static ConfigProtoparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ConfigProtoparseFrom(com.google.protobuf.ByteString data)static ConfigProtoparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ConfigProtoparseFrom(com.google.protobuf.CodedInputStream input)static ConfigProtoparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ConfigProtoparseFrom(java.io.InputStream input)static ConfigProtoparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ConfigProtoparseFrom(java.nio.ByteBuffer data)static ConfigProtoparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<ConfigProto>parser()ConfigProto.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
DEVICE_COUNT_FIELD_NUMBER
public static final int DEVICE_COUNT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
INTRA_OP_PARALLELISM_THREADS_FIELD_NUMBER
public static final int INTRA_OP_PARALLELISM_THREADS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
INTER_OP_PARALLELISM_THREADS_FIELD_NUMBER
public static final int INTER_OP_PARALLELISM_THREADS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
USE_PER_SESSION_THREADS_FIELD_NUMBER
public static final int USE_PER_SESSION_THREADS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SESSION_INTER_OP_THREAD_POOL_FIELD_NUMBER
public static final int SESSION_INTER_OP_THREAD_POOL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PLACEMENT_PERIOD_FIELD_NUMBER
public static final int PLACEMENT_PERIOD_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DEVICE_FILTERS_FIELD_NUMBER
public static final int DEVICE_FILTERS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
GPU_OPTIONS_FIELD_NUMBER
public static final int GPU_OPTIONS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ALLOW_SOFT_PLACEMENT_FIELD_NUMBER
public static final int ALLOW_SOFT_PLACEMENT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LOG_DEVICE_PLACEMENT_FIELD_NUMBER
public static final int LOG_DEVICE_PLACEMENT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
GRAPH_OPTIONS_FIELD_NUMBER
public static final int GRAPH_OPTIONS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
OPERATION_TIMEOUT_IN_MS_FIELD_NUMBER
public static final int OPERATION_TIMEOUT_IN_MS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
RPC_OPTIONS_FIELD_NUMBER
public static final int RPC_OPTIONS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CLUSTER_DEF_FIELD_NUMBER
public static final int CLUSTER_DEF_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ISOLATE_SESSION_STATE_FIELD_NUMBER
public static final int ISOLATE_SESSION_STATE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
EXPERIMENTAL_FIELD_NUMBER
public static final int EXPERIMENTAL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected java.lang.Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFieldsin interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetMapField
protected com.google.protobuf.MapField internalGetMapField(int number)
- Overrides:
internalGetMapFieldin classcom.google.protobuf.GeneratedMessageV3
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getDeviceCountCount
public int getDeviceCountCount()
Description copied from interface:ConfigProtoOrBuilderMap from device type name (e.g., "CPU" or "GPU" ) to maximum number of devices of that type to use. If a particular device type is not found in the map, the system picks an appropriate number.
map<string, int32> device_count = 1;- Specified by:
getDeviceCountCountin interfaceConfigProtoOrBuilder
-
containsDeviceCount
public boolean containsDeviceCount(java.lang.String key)
Map from device type name (e.g., "CPU" or "GPU" ) to maximum number of devices of that type to use. If a particular device type is not found in the map, the system picks an appropriate number.
map<string, int32> device_count = 1;- Specified by:
containsDeviceCountin interfaceConfigProtoOrBuilder
-
getDeviceCount
@Deprecated public java.util.Map<java.lang.String,java.lang.Integer> getDeviceCount()
Deprecated.UsegetDeviceCountMap()instead.- Specified by:
getDeviceCountin interfaceConfigProtoOrBuilder
-
getDeviceCountMap
public java.util.Map<java.lang.String,java.lang.Integer> getDeviceCountMap()
Map from device type name (e.g., "CPU" or "GPU" ) to maximum number of devices of that type to use. If a particular device type is not found in the map, the system picks an appropriate number.
map<string, int32> device_count = 1;- Specified by:
getDeviceCountMapin interfaceConfigProtoOrBuilder
-
getDeviceCountOrDefault
public int getDeviceCountOrDefault(java.lang.String key, int defaultValue)Map from device type name (e.g., "CPU" or "GPU" ) to maximum number of devices of that type to use. If a particular device type is not found in the map, the system picks an appropriate number.
map<string, int32> device_count = 1;- Specified by:
getDeviceCountOrDefaultin interfaceConfigProtoOrBuilder
-
getDeviceCountOrThrow
public int getDeviceCountOrThrow(java.lang.String key)
Map from device type name (e.g., "CPU" or "GPU" ) to maximum number of devices of that type to use. If a particular device type is not found in the map, the system picks an appropriate number.
map<string, int32> device_count = 1;- Specified by:
getDeviceCountOrThrowin interfaceConfigProtoOrBuilder
-
getIntraOpParallelismThreads
public int getIntraOpParallelismThreads()
The execution of an individual op (for some op types) can be parallelized on a pool of intra_op_parallelism_threads. 0 means the system picks an appropriate number.
int32 intra_op_parallelism_threads = 2;- Specified by:
getIntraOpParallelismThreadsin interfaceConfigProtoOrBuilder- Returns:
- The intraOpParallelismThreads.
-
getInterOpParallelismThreads
public int getInterOpParallelismThreads()
Nodes that perform blocking operations are enqueued on a pool of inter_op_parallelism_threads available in each process. 0 means the system picks an appropriate number. Negative means all operations are performed in caller's thread. Note that the first Session created in the process sets the number of threads for all future sessions unless use_per_session_threads is true or session_inter_op_thread_pool is configured.
int32 inter_op_parallelism_threads = 5;- Specified by:
getInterOpParallelismThreadsin interfaceConfigProtoOrBuilder- Returns:
- The interOpParallelismThreads.
-
getUsePerSessionThreads
public boolean getUsePerSessionThreads()
If true, use a new set of threads for this session rather than the global pool of threads. Only supported by direct sessions. If false, use the global threads created by the first session, or the per-session thread pools configured by session_inter_op_thread_pool. This option is deprecated. The same effect can be achieved by setting session_inter_op_thread_pool to have one element, whose num_threads equals inter_op_parallelism_threads.
bool use_per_session_threads = 9;- Specified by:
getUsePerSessionThreadsin interfaceConfigProtoOrBuilder- Returns:
- The usePerSessionThreads.
-
getSessionInterOpThreadPoolList
public java.util.List<ThreadPoolOptionProto> getSessionInterOpThreadPoolList()
This option is experimental - it may be replaced with a different mechanism in the future. Configures session thread pools. If this is configured, then RunOptions for a Run call can select the thread pool to use. The intended use is for when some session invocations need to run in a background pool limited to a small number of threads: - For example, a session may be configured to have one large pool (for regular compute) and one small pool (for periodic, low priority work); using the small pool is currently the mechanism for limiting the inter-op parallelism of the low priority work. Note that it does not limit the parallelism of work spawned by a single op kernel implementation. - Using this setting is normally not needed in training, but may help some serving use cases. - It is also generally recommended to set the global_name field of this proto, to avoid creating multiple large pools. It is typically better to run the non-low-priority work, even across sessions, in a single large pool.
repeated .tensorflow.ThreadPoolOptionProto session_inter_op_thread_pool = 12;- Specified by:
getSessionInterOpThreadPoolListin interfaceConfigProtoOrBuilder
-
getSessionInterOpThreadPoolOrBuilderList
public java.util.List<? extends ThreadPoolOptionProtoOrBuilder> getSessionInterOpThreadPoolOrBuilderList()
This option is experimental - it may be replaced with a different mechanism in the future. Configures session thread pools. If this is configured, then RunOptions for a Run call can select the thread pool to use. The intended use is for when some session invocations need to run in a background pool limited to a small number of threads: - For example, a session may be configured to have one large pool (for regular compute) and one small pool (for periodic, low priority work); using the small pool is currently the mechanism for limiting the inter-op parallelism of the low priority work. Note that it does not limit the parallelism of work spawned by a single op kernel implementation. - Using this setting is normally not needed in training, but may help some serving use cases. - It is also generally recommended to set the global_name field of this proto, to avoid creating multiple large pools. It is typically better to run the non-low-priority work, even across sessions, in a single large pool.
repeated .tensorflow.ThreadPoolOptionProto session_inter_op_thread_pool = 12;- Specified by:
getSessionInterOpThreadPoolOrBuilderListin interfaceConfigProtoOrBuilder
-
getSessionInterOpThreadPoolCount
public int getSessionInterOpThreadPoolCount()
This option is experimental - it may be replaced with a different mechanism in the future. Configures session thread pools. If this is configured, then RunOptions for a Run call can select the thread pool to use. The intended use is for when some session invocations need to run in a background pool limited to a small number of threads: - For example, a session may be configured to have one large pool (for regular compute) and one small pool (for periodic, low priority work); using the small pool is currently the mechanism for limiting the inter-op parallelism of the low priority work. Note that it does not limit the parallelism of work spawned by a single op kernel implementation. - Using this setting is normally not needed in training, but may help some serving use cases. - It is also generally recommended to set the global_name field of this proto, to avoid creating multiple large pools. It is typically better to run the non-low-priority work, even across sessions, in a single large pool.
repeated .tensorflow.ThreadPoolOptionProto session_inter_op_thread_pool = 12;- Specified by:
getSessionInterOpThreadPoolCountin interfaceConfigProtoOrBuilder
-
getSessionInterOpThreadPool
public ThreadPoolOptionProto getSessionInterOpThreadPool(int index)
This option is experimental - it may be replaced with a different mechanism in the future. Configures session thread pools. If this is configured, then RunOptions for a Run call can select the thread pool to use. The intended use is for when some session invocations need to run in a background pool limited to a small number of threads: - For example, a session may be configured to have one large pool (for regular compute) and one small pool (for periodic, low priority work); using the small pool is currently the mechanism for limiting the inter-op parallelism of the low priority work. Note that it does not limit the parallelism of work spawned by a single op kernel implementation. - Using this setting is normally not needed in training, but may help some serving use cases. - It is also generally recommended to set the global_name field of this proto, to avoid creating multiple large pools. It is typically better to run the non-low-priority work, even across sessions, in a single large pool.
repeated .tensorflow.ThreadPoolOptionProto session_inter_op_thread_pool = 12;- Specified by:
getSessionInterOpThreadPoolin interfaceConfigProtoOrBuilder
-
getSessionInterOpThreadPoolOrBuilder
public ThreadPoolOptionProtoOrBuilder getSessionInterOpThreadPoolOrBuilder(int index)
This option is experimental - it may be replaced with a different mechanism in the future. Configures session thread pools. If this is configured, then RunOptions for a Run call can select the thread pool to use. The intended use is for when some session invocations need to run in a background pool limited to a small number of threads: - For example, a session may be configured to have one large pool (for regular compute) and one small pool (for periodic, low priority work); using the small pool is currently the mechanism for limiting the inter-op parallelism of the low priority work. Note that it does not limit the parallelism of work spawned by a single op kernel implementation. - Using this setting is normally not needed in training, but may help some serving use cases. - It is also generally recommended to set the global_name field of this proto, to avoid creating multiple large pools. It is typically better to run the non-low-priority work, even across sessions, in a single large pool.
repeated .tensorflow.ThreadPoolOptionProto session_inter_op_thread_pool = 12;- Specified by:
getSessionInterOpThreadPoolOrBuilderin interfaceConfigProtoOrBuilder
-
getPlacementPeriod
public int getPlacementPeriod()
Assignment of Nodes to Devices is recomputed every placement_period steps until the system warms up (at which point the recomputation typically slows down automatically).
int32 placement_period = 3;- Specified by:
getPlacementPeriodin interfaceConfigProtoOrBuilder- Returns:
- The placementPeriod.
-
getDeviceFiltersList
public com.google.protobuf.ProtocolStringList getDeviceFiltersList()
When any filters are present sessions will ignore all devices which do not match the filters. Each filter can be partially specified, e.g. "/job:ps" "/job:worker/replica:3", etc.
repeated string device_filters = 4;- Specified by:
getDeviceFiltersListin interfaceConfigProtoOrBuilder- Returns:
- A list containing the deviceFilters.
-
getDeviceFiltersCount
public int getDeviceFiltersCount()
When any filters are present sessions will ignore all devices which do not match the filters. Each filter can be partially specified, e.g. "/job:ps" "/job:worker/replica:3", etc.
repeated string device_filters = 4;- Specified by:
getDeviceFiltersCountin interfaceConfigProtoOrBuilder- Returns:
- The count of deviceFilters.
-
getDeviceFilters
public java.lang.String getDeviceFilters(int index)
When any filters are present sessions will ignore all devices which do not match the filters. Each filter can be partially specified, e.g. "/job:ps" "/job:worker/replica:3", etc.
repeated string device_filters = 4;- Specified by:
getDeviceFiltersin interfaceConfigProtoOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The deviceFilters at the given index.
-
getDeviceFiltersBytes
public com.google.protobuf.ByteString getDeviceFiltersBytes(int index)
When any filters are present sessions will ignore all devices which do not match the filters. Each filter can be partially specified, e.g. "/job:ps" "/job:worker/replica:3", etc.
repeated string device_filters = 4;- Specified by:
getDeviceFiltersBytesin interfaceConfigProtoOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the deviceFilters at the given index.
-
hasGpuOptions
public boolean hasGpuOptions()
Options that apply to all GPUs.
.tensorflow.GPUOptions gpu_options = 6;- Specified by:
hasGpuOptionsin interfaceConfigProtoOrBuilder- Returns:
- Whether the gpuOptions field is set.
-
getGpuOptions
public GPUOptions getGpuOptions()
Options that apply to all GPUs.
.tensorflow.GPUOptions gpu_options = 6;- Specified by:
getGpuOptionsin interfaceConfigProtoOrBuilder- Returns:
- The gpuOptions.
-
getGpuOptionsOrBuilder
public GPUOptionsOrBuilder getGpuOptionsOrBuilder()
Options that apply to all GPUs.
.tensorflow.GPUOptions gpu_options = 6;- Specified by:
getGpuOptionsOrBuilderin interfaceConfigProtoOrBuilder
-
getAllowSoftPlacement
public boolean getAllowSoftPlacement()
Whether soft placement is allowed. If allow_soft_placement is true, an op will be placed on CPU if 1. there's no GPU implementation for the OP or 2. no GPU devices are known or registered or 3. need to co-locate with reftype input(s) which are from CPU.
bool allow_soft_placement = 7;- Specified by:
getAllowSoftPlacementin interfaceConfigProtoOrBuilder- Returns:
- The allowSoftPlacement.
-
getLogDevicePlacement
public boolean getLogDevicePlacement()
Whether device placements should be logged.
bool log_device_placement = 8;- Specified by:
getLogDevicePlacementin interfaceConfigProtoOrBuilder- Returns:
- The logDevicePlacement.
-
hasGraphOptions
public boolean hasGraphOptions()
Options that apply to all graphs.
.tensorflow.GraphOptions graph_options = 10;- Specified by:
hasGraphOptionsin interfaceConfigProtoOrBuilder- Returns:
- Whether the graphOptions field is set.
-
getGraphOptions
public GraphOptions getGraphOptions()
Options that apply to all graphs.
.tensorflow.GraphOptions graph_options = 10;- Specified by:
getGraphOptionsin interfaceConfigProtoOrBuilder- Returns:
- The graphOptions.
-
getGraphOptionsOrBuilder
public GraphOptionsOrBuilder getGraphOptionsOrBuilder()
Options that apply to all graphs.
.tensorflow.GraphOptions graph_options = 10;- Specified by:
getGraphOptionsOrBuilderin interfaceConfigProtoOrBuilder
-
getOperationTimeoutInMs
public long getOperationTimeoutInMs()
Global timeout for all blocking operations in this session. If non-zero, and not overridden on a per-operation basis, this value will be used as the deadline for all blocking operations.
int64 operation_timeout_in_ms = 11;- Specified by:
getOperationTimeoutInMsin interfaceConfigProtoOrBuilder- Returns:
- The operationTimeoutInMs.
-
hasRpcOptions
public boolean hasRpcOptions()
Options that apply when this session uses the distributed runtime.
.tensorflow.RPCOptions rpc_options = 13;- Specified by:
hasRpcOptionsin interfaceConfigProtoOrBuilder- Returns:
- Whether the rpcOptions field is set.
-
getRpcOptions
public RPCOptions getRpcOptions()
Options that apply when this session uses the distributed runtime.
.tensorflow.RPCOptions rpc_options = 13;- Specified by:
getRpcOptionsin interfaceConfigProtoOrBuilder- Returns:
- The rpcOptions.
-
getRpcOptionsOrBuilder
public RPCOptionsOrBuilder getRpcOptionsOrBuilder()
Options that apply when this session uses the distributed runtime.
.tensorflow.RPCOptions rpc_options = 13;- Specified by:
getRpcOptionsOrBuilderin interfaceConfigProtoOrBuilder
-
hasClusterDef
public boolean hasClusterDef()
Optional list of all workers to use in this session.
.tensorflow.ClusterDef cluster_def = 14;- Specified by:
hasClusterDefin interfaceConfigProtoOrBuilder- Returns:
- Whether the clusterDef field is set.
-
getClusterDef
public ClusterDef getClusterDef()
Optional list of all workers to use in this session.
.tensorflow.ClusterDef cluster_def = 14;- Specified by:
getClusterDefin interfaceConfigProtoOrBuilder- Returns:
- The clusterDef.
-
getClusterDefOrBuilder
public ClusterDefOrBuilder getClusterDefOrBuilder()
Optional list of all workers to use in this session.
.tensorflow.ClusterDef cluster_def = 14;- Specified by:
getClusterDefOrBuilderin interfaceConfigProtoOrBuilder
-
getIsolateSessionState
public boolean getIsolateSessionState()
If true, any resources such as Variables used in the session will not be shared with other sessions. However, when clusterspec propagation is enabled, this field is ignored and sessions are always isolated.
bool isolate_session_state = 15;- Specified by:
getIsolateSessionStatein interfaceConfigProtoOrBuilder- Returns:
- The isolateSessionState.
-
hasExperimental
public boolean hasExperimental()
.tensorflow.ConfigProto.Experimental experimental = 16;- Specified by:
hasExperimentalin interfaceConfigProtoOrBuilder- Returns:
- Whether the experimental field is set.
-
getExperimental
public ConfigProto.Experimental getExperimental()
.tensorflow.ConfigProto.Experimental experimental = 16;- Specified by:
getExperimentalin interfaceConfigProtoOrBuilder- Returns:
- The experimental.
-
getExperimentalOrBuilder
public ConfigProto.ExperimentalOrBuilder getExperimentalOrBuilder()
.tensorflow.ConfigProto.Experimental experimental = 16;- Specified by:
getExperimentalOrBuilderin interfaceConfigProtoOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
java.io.IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static ConfigProto parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ConfigProto parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ConfigProto parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ConfigProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ConfigProto parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ConfigProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ConfigProto parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static ConfigProto parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static ConfigProto parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static ConfigProto parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static ConfigProto parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static ConfigProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilderForType
public ConfigProto.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static ConfigProto.Builder newBuilder()
-
newBuilder
public static ConfigProto.Builder newBuilder(ConfigProto prototype)
-
toBuilder
public ConfigProto.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected ConfigProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static ConfigProto getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<ConfigProto> parser()
-
getParserForType
public com.google.protobuf.Parser<ConfigProto> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public ConfigProto getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-