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.cc33 expected_call_count_(expected_call_count), in ScopedAllocator()
51 if (expected_call_count_ > 0) in ~ScopedAllocator()
52 VLOG(1) << "expected_call_count_ = " << expected_call_count_ in ~ScopedAllocator()
65 if (expected_call_count_ <= 0) { in AllocateRaw()
91 --expected_call_count_; in AllocateRaw()
92 if (0 == expected_call_count_) { in AllocateRaw()
132 if (0 == expected_call_count_) { in DeallocateRaw()
Dscoped_allocator.h78 int32 expected_call_count_ TF_GUARDED_BY(mu_);
/external/tensorflow/tensorflow/core/kernels/
Dscoped_allocator_ops.cc36 &expected_call_count_)); in ScopedAllocatorOp()
68 name_, fields_, expected_call_count_); in Compute()
82 int32 expected_call_count_; member in tensorflow::ScopedAllocatorOp