Searched refs:IsPinned (Results 1 – 3 of 3) sorted by relevance
183 bool IsPinned() const;
282 if (literal_ == nullptr && (!IsPinned() || swap_pinned)) { in SwapOut()341 bool XRTTupleAllocation::IsPinned() const { return pin_count_ != 0; } in IsPinned() function in tensorflow::XRTTupleAllocation
139 CHECK(!it->tuple->IsPinned()); // Crash OK in CompactAllocations()