Home
last modified time | relevance | path

Searched refs:thread_local_computations_ (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.h583 std::vector<const HloComputation*> thread_local_computations_; variable
Dir_emitter.cc103 &hlo_module, &thread_local_computations_, &global_computations_); in IrEmitter()
104 absl::c_sort(thread_local_computations_); in IrEmitter()
577 CHECK(absl::c_binary_search(thread_local_computations_, sort->to_apply())); in HandleSort()
3042 CHECK(absl::c_binary_search(thread_local_computations_, &callee)); in EmitThreadLocalCall()