Searched refs:expected_call_count_ (Results 1 – 3 of 3) sorted by relevance
33 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()
78 int32 expected_call_count_ TF_GUARDED_BY(mu_);
36 &expected_call_count_)); in ScopedAllocatorOp()68 name_, fields_, expected_call_count_); in Compute()82 int32 expected_call_count_; member in tensorflow::ScopedAllocatorOp