HomeSort by relevance Sort by last modified time
    Searched defs:is_thread_local_ (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
buffer_assignment.h 65 is_thread_local_(is_thread_local),
76 bool is_thread_local() const { return is_thread_local_; }
230 bool is_thread_local_; member in class:xla::BufferAllocation
  /art/runtime/gc/allocator/
rosalloc.h 355 uint8_t is_thread_local_; // True if this run is used as a thread-local run. member in class:art::gc::allocator::RosAlloc::Run
396 is_thread_local_ = is_thread_local ? 1 : 0;
399 return is_thread_local_ != 0;
    [all...]

Completed in 333 milliseconds