Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment.h84 bool is_thread_local() const { return is_thread_local_; } in is_thread_local() function
85 void set_is_thread_local(bool is_thread_local) { in set_is_thread_local()
Dbuffer_assignment.cc145 bool is_thread_local = worklist_front.second; in GatherComputationsByAllocationType() local
1099 const HloBuffer* hlo_buffer, bool is_thread_local, in AssignSingleHloBuffer()
1239 bool is_thread_local, in AssignBuffersForComputations()
Dhlo.proto438 bool is_thread_local = 3; field
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli1432 val is_thread_local : llvalue -> bool val
/external/llvm-project/llvm/bindings/ocaml/llvm/
Dllvm.mli1483 val is_thread_local : llvalue -> bool val