Home
last modified time | relevance | path

Searched refs:execution_mutex_ (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/c/eager/parallel_device/
Dparallel_device_lib.cc103 TF_EXCLUSIVE_LOCKS_REQUIRED(execution_mutex_);
112 tensorflow::mutex execution_mutex_; member in tensorflow::parallel_device::DeviceThread
113 ExecutionState execution_state_ TF_GUARDED_BY(execution_mutex_) =
126 TFE_Context* context_ TF_GUARDED_BY(execution_mutex_);
127 const char* operation_name_ TF_GUARDED_BY(execution_mutex_);
128 std::vector<TFE_TensorHandle*> op_inputs_ TF_GUARDED_BY(execution_mutex_);
129 const TFE_OpAttrs* attributes_ TF_GUARDED_BY(execution_mutex_);
130 int expected_max_outputs_ TF_GUARDED_BY(execution_mutex_);
131 CancellationManager* cancellation_manager_ TF_GUARDED_BY(execution_mutex_);
133 std::vector<TensorHandlePtr> op_outputs_ TF_GUARDED_BY(execution_mutex_);
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/
Dexecution_tracker.h89 int64 next_handle_ TF_GUARDED_BY(execution_mutex_);
94 TF_GUARDED_BY(execution_mutex_);
96 tensorflow::mutex execution_mutex_; // Guards the execution mapping. variable
Dexecution_tracker.cc53 tensorflow::mutex_lock lock(execution_mutex_); in Register()
66 tensorflow::mutex_lock lock(execution_mutex_); in Unregister()
78 tensorflow::mutex_lock lock(execution_mutex_); in Resolve()