Home
last modified time | relevance | path

Searched defs:is_thread_local (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dbuffer_assignment.h82 bool is_thread_local() const { return is_thread_local_; } in is_thread_local() function
83 void set_is_thread_local(bool is_thread_local) { in set_is_thread_local()
H A Dbuffer_assignment.cc123 bool is_thread_local = worklist_front.second; in GatherComputationsByAllocationType() local
1155 const HloBuffer* hlo_buffer, bool is_thread_local, in AssignSingleHloBuffer()
1295 bool is_thread_local, in AssignBuffersForComputations()
H A Dhlo.proto559 bool is_thread_local = 3; field
/aosp_15_r20/art/runtime/gc/allocator/
H A Drosalloc.h393 void SetIsThreadLocal(bool is_thread_local) { in SetIsThreadLocal()
/aosp_15_r20/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1432 val is_thread_local : llvalue -> bool val