Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dscoped_allocator.cc31 expected_call_count_(expected_call_count), in ScopedAllocator()
49 if (expected_call_count_ > 0) in ~ScopedAllocator()
50 VLOG(1) << "expected_call_count_ = " << expected_call_count_ in ~ScopedAllocator()
60 if (expected_call_count_ <= 0) { in AllocateRaw()
86 --expected_call_count_; in AllocateRaw()
87 if (0 == expected_call_count_) { in AllocateRaw()
107 if (0 == expected_call_count_) { in DeallocateRaw()
Dscoped_allocator.h77 int32 expected_call_count_ GUARDED_BY(mu_);
/external/tensorflow/tensorflow/core/kernels/
Dscoped_allocator_ops.cc36 &expected_call_count_)); in ScopedAllocatorOp()
67 name_, fields_, expected_call_count_); in Compute()
81 int32 expected_call_count_; member in tensorflow::ScopedAllocatorOp