HomeSort by relevance Sort by last modified time
    Searched refs:is_thread_local (Results 1 - 18 of 18) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
buffer_info_util.cc 27 if (allocation.is_thread_local()) {
cpu_executable.cc 104 if (allocation.is_thread_local()) {
ir_emitter.cc     [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
buffer_assignment.h 81 bool is_thread_local() const { return is_thread_local_; } function in class:xla::BufferAllocation
82 void set_is_thread_local(bool is_thread_local) {
83 is_thread_local_ = is_thread_local;
93 return !is_thread_local() && !is_tuple();
228 !is_thread_local() &&
573 // is modified to reflect the new buffer assignments. If is_thread_local is
574 // true, then all assigned buffers have the is_thread_local flag set to
577 const HloComputation* computation, bool is_thread_local,
buffer_assignment.cc 128 /*is_thread_local*/ false));
139 bool is_thread_local = worklist_front.second; local
145 if ((is_thread_local && in_thread_local_set) ||
146 (!is_thread_local && in_global_set)) {
155 if ((is_thread_local && in_global_set) ||
156 (!is_thread_local && in_thread_local_set)) {
163 if (is_thread_local) {
179 if (is_thread_local) {
297 if (is_thread_local()) {
    [all...]
hlo.proto 380 bool is_thread_local = 3;
buffer_assignment_test.cc     [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
hlo_to_ir_bindings.cc 80 CHECK(!slice.allocation()->is_thread_local());
110 if (slice.allocation()->is_thread_local()) {
  /art/runtime/gc/allocator/
rosalloc.h 319 // | is_thread_local |
394 void SetIsThreadLocal(bool is_thread_local) {
395 is_thread_local_ = is_thread_local ? 1 : 0;
    [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm.ml 530 external is_thread_local : llvalue -> bool = "llvm_is_thread_local"
    [all...]
llvm.mli 1270 val is_thread_local : llvalue -> bool var
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
llvm.ml 705 external is_thread_local : llvalue -> bool = "llvm_is_thread_local"
    [all...]
llvm.mli 1456 val is_thread_local : llvalue -> bool var
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 637 external is_thread_local : llvalue -> bool = "llvm_is_thread_local"
    [all...]
llvm.mli 1432 val is_thread_local : llvalue -> bool var
    [all...]
  /external/llvm/test/Bindings/OCaml/
core.ml 512 insist (is_thread_local g);
    [all...]
  /external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
vmcore.ml 448 insist (is_thread_local g);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/Bindings/OCaml/
core.ml 558 insist (is_thread_local g);
    [all...]

Completed in 2496 milliseconds