Home
last modified time | relevance | path

Searched defs:IsPinned (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/heap/
Dbasic-memory-chunk.h253 bool IsPinned() const { return IsFlagSet(PINNED); } in IsPinned() function
/external/tensorflow/tensorflow/compiler/xrt/
Dxrt_state.cc341 bool XRTTupleAllocation::IsPinned() const { return pin_count_ != 0; } in IsPinned() function in tensorflow::XRTTupleAllocation