Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dtraining_op_helpers.h78 std::unique_ptr<std::vector<tf_shared_lock>> shared_locks) in VariableInputLockHolder()
81 shared_locks_(std::move(shared_locks)) {} in VariableInputLockHolder()
172 auto shared_locks = absl::make_unique<std::vector<tf_shared_lock>>(); in MaybeLockVariableInputMutexesInOrder() local
183 shared_locks->emplace_back(*mu); in MaybeLockVariableInputMutexesInOrder()
188 std::move(shared_locks)); in MaybeLockVariableInputMutexesInOrder()