tf.compat.v1.ConfigProto  |  TensorFlow v2.16.1 (original) (raw)

tf.compat.v1.ConfigProto

Stay organized with collections Save and categorize content based on your preferences.

A ProtocolMessage

Used in the notebooks

Used in the guide Used in the tutorials
Migrate multi-worker CPU/GPU training Parameter server training with ParameterServerStrategy Fitting Dirichlet Process Mixture Model Using Preconditioned Stochastic Gradient Langevin Dynamics
Attributes
allow_soft_placement bool allow_soft_placement
cluster_def ClusterDef cluster_def
device_count repeated DeviceCountEntry device_count
device_filters repeated string device_filters
experimental Experimental experimental
gpu_options GPUOptions gpu_options
graph_options GraphOptions graph_options
inter_op_parallelism_threads int32 inter_op_parallelism_threads
intra_op_parallelism_threads int32 intra_op_parallelism_threads
isolate_session_state bool isolate_session_state
log_device_placement bool log_device_placement
operation_timeout_in_ms int64 operation_timeout_in_ms
placement_period int32 placement_period
rpc_options RPCOptions rpc_options
session_inter_op_thread_pool repeated ThreadPoolOptionProto session_inter_op_thread_pool
share_cluster_devices_in_session bool share_cluster_devices_in_session
use_per_session_threads bool use_per_session_threads

Child Classes

class DeviceCountEntry

class Experimental

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates. Some content is licensed under the numpy license.

Last updated 2024-04-26 UTC.