HomeSort by relevance Sort by last modified time
    Searched refs:mu_ (Results 201 - 225 of 279) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/tensorflow/tensorflow/core/distributed_runtime/
graph_mgr.h 149 mutex mu_; member in class:tensorflow::GraphMgr
150 int64 next_id_ GUARDED_BY(mu_) = 0; member in class:tensorflow::GraphMgr
  /external/tensorflow/tensorflow/core/kernels/
tensor_array.cc 85 mutex_lock l(mu_);
86 mutex_lock l_rhs(rhs->mu_);
initializable_lookup_table.h 140 mutex mu_; member in class:tensorflow::lookup::InitializableLookupTable
stack_ops.cc 64 mutex_lock l(mu_);
75 mutex_lock l(mu_);
89 mutex_lock l(mu_);
98 mutex_lock l(mu_);
106 mutex_lock l(mu_);
114 mutex* mu() { return &mu_; }
116 mutable mutex mu_; member in class:tensorflow::Stack
121 bool closed_ GUARDED_BY(mu_);
122 std::vector<TensorAndAllocation> stack_ GUARDED_BY(mu_);
124 Status CheckNotClosed() const EXCLUSIVE_LOCKS_REQUIRED(mu_) {
    [all...]
queue_base.cc 192 mutex_lock lock(mu_);
223 mutex_lock lock(mu_);
247 mutex_lock lock(mu_);
250 [this](Attempt* attempt) EXCLUSIVE_LOCKS_REQUIRED(mu_) {
318 mutex_lock lock(mu_);
329 // DeregisterCallback because the mutex mu_ ensures that the
range_sampler.h 203 ThreadUnsafeUnigramSampler unsafe_sampler_ GUARDED_BY(mu_);
204 mutable mutex mu_; member in class:tensorflow::UnigramSampler
sparse_tensors_map_ops.cc 69 mutex_lock l(mu_);
85 mutex_lock l(mu_);
111 mutex mu_; member in class:tensorflow::SparseTensorsMap
112 int64 counter_ GUARDED_BY(mu_);
113 std::unordered_map<int64, PersistentSparseTensor> sp_tensors_ GUARDED_BY(mu_);
130 mutex_lock l(mu_);
158 mutex mu_; member in class:tensorflow::SparseTensorAccessingOp
159 SparseTensorsMap* sparse_tensors_map_ PT_GUARDED_BY(mu_);
  /external/tensorflow/tensorflow/core/kernels/data/
iterator_ops.cc 170 mutex_lock l(mu_);
182 tf_shared_lock l(mu_);
199 mutex_lock l(mu_);
204 tf_shared_lock l(mu_);
225 mutex mu_; member in class:tensorflow::__anon39744::IteratorResource
226 std::shared_ptr<StatsAggregator> stats_aggregator_ GUARDED_BY(mu_);
227 std::shared_ptr<const FunctionLibraryDefinition> lib_def_ GUARDED_BY(mu_);
462 void Compute(OpKernelContext* context) override LOCKS_EXCLUDED(mu_) {
464 mutex_lock l(mu_);
490 this](IteratorResource** ret) EXCLUSIVE_LOCKS_REQUIRED(mu_) {
563 mutex mu_; member in class:tensorflow::__anon39744::IteratorHandleOp
565 IteratorResource* resource_ GUARDED_BY(mu_) = nullptr; member in class:tensorflow::__anon39744::IteratorHandleOp
833 mutex mu_; member in class:tensorflow::__anon39744::OneShotIteratorOp
835 IteratorResource* iterator_resource_ GUARDED_BY(mu_) = nullptr; member in class:tensorflow::__anon39744::OneShotIteratorOp
837 bool initialization_started_ GUARDED_BY(mu_) = false; member in class:tensorflow::__anon39744::OneShotIteratorOp
    [all...]
dense_to_sparse_batch_dataset_op.cc 169 mutex_lock l(mu_);
271 mutex_lock l(mu_);
278 mutex_lock l(mu_);
284 mutex mu_; member in class:tensorflow::__anon39739::DenseToSparseBatchDatasetOp::Dataset::Iterator
285 std::unique_ptr<IteratorBase> input_impl_ GUARDED_BY(mu_);
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
infeed_manager.h 109 tensorflow::mutex mu_; member in class:xla::gpu::InfeedManager
  /external/tensorflow/tensorflow/core/common_runtime/gpu/
gpu_event_mgr_test.cc 41 mutex_lock l(em_->mu_);
46 mutex_lock l(em_->mu_);
52 mutex_lock l(em_->mu_);
63 mutex_lock l(em_->mu_);
  /external/tensorflow/tensorflow/core/common_runtime/
graph_runner.cc 64 mutex_lock l(mu_);
79 mutex_lock l(mu_);
94 mutex mu_; member in class:tensorflow::__anon39497::SimpleRendezvous
95 Table table_ GUARDED_BY(mu_);
process_function_library_runtime.cc 163 mutex_lock l(mu_);
178 mutex_lock l(mu_);
195 mutex_lock l(mu_);
208 mutex_lock l(mu_);
238 mutex_lock l(mu_);
248 mutex_lock l(mu_);
274 mutex_lock l(mu_);
rendezvous_mgr.cc 44 mutex_lock l(mu_);
55 mutex_lock l(mu_);
  /external/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_master_service.cc 64 mutex_lock l(mu_);
93 mutex_lock l(mu_); \
136 mutex mu_; member in class:tensorflow::GrpcMasterService
137 bool is_shutdown_ GUARDED_BY(mu_);
  /external/tensorflow/tensorflow/core/util/
session_message.cc 33 mutex_lock lock(mu_);
  /external/tensorflow/tensorflow/stream_executor/cuda/
cuda_rng.cc 118 mutex_lock lock{mu_};
154 mutex_lock lock{mu_};
213 mutex_lock lock{mu_};
245 mutex_lock lock{mu_};
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/stubs/
common.h 1127 Mutex *const mu_; member in class:google::protobuf::internal::MutexLock
1142 Mutex *const mu_; member in class:google::protobuf::internal::MutexLockMaybe
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/stubs/
common.h 1127 Mutex *const mu_; member in class:google::protobuf::internal::MutexLock
1142 Mutex *const mu_; member in class:google::protobuf::internal::MutexLockMaybe
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/stubs/
common.h 1127 Mutex *const mu_; member in class:google::protobuf::internal::MutexLock
1142 Mutex *const mu_; member in class:google::protobuf::internal::MutexLockMaybe
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/stubs/
common.h 1127 Mutex *const mu_; member in class:google::protobuf::internal::MutexLock
1142 Mutex *const mu_; member in class:google::protobuf::internal::MutexLockMaybe
    [all...]
  /external/boringssl/src/crypto/
internal.h 503 explicit MutexLockBase(CRYPTO_MUTEX *mu) : mu_(mu) {
504 assert(mu_ != nullptr);
505 LockFunc(mu_);
507 ~MutexLockBase() { ReleaseFunc(mu_); }
513 CRYPTO_MUTEX *const mu_; member in class:bssl::internal::MutexLockBase
  /external/clang/test/SemaCXX/
warn-thread-safety-parsing.cpp 1300 Mutex mu_; member in class:FunctionDefinitionParseTest::Foo
1308 Mutex mu_; member in class:FunctionDefinitionParseTest::Bar
1331 Mutex mu_; member in class:TestMultiDecl::Foo
1366 Mutex mu_; member in class:PointerToMemberTest::Graph
1368 static Mutex* get_static_mu() LOCK_RETURNED(&Graph::mu_); member in class:PointerToMemberTest::Graph
1373 void foo() EXCLUSIVE_LOCKS_REQUIRED(&Graph::mu_); member in class:PointerToMemberTest::Node
1374 int a GUARDED_BY(&Graph::mu_); member in class:PointerToMemberTest::Node
1399 Mutex mu_; member in class:SmartPointerTest::MyClass
    [all...]
  /external/tensorflow/tensorflow/contrib/boosted_trees/resources/
decision_tree_ensemble_resource.h 170 mutex* get_mutex() { return &mu_; }
174 mutex mu_; member in class:tensorflow::boosted_trees::models::DecisionTreeEnsembleResource
  /external/tensorflow/tensorflow/core/framework/
resource_op_kernel_test.cc 57 StubResource* resource() LOCKS_EXCLUDED(mu_) {
58 mutex_lock lock(mu_);

Completed in 3905 milliseconds

1 2 3 4 5 6 7 891011>>