Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xrt/
Dxrt_state.h183 bool IsPinned() const;
Dxrt_state.cc282 if (literal_ == nullptr && (!IsPinned() || swap_pinned)) { in SwapOut()
341 bool XRTTupleAllocation::IsPinned() const { return pin_count_ != 0; } in IsPinned() function in tensorflow::XRTTupleAllocation
Dxrt_memory_manager.cc139 CHECK(!it->tuple->IsPinned()); // Crash OK in CompactAllocations()