Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dir_emitter.h672 std::vector<const HloComputation*> thread_local_computations_; variable
H A Dir_emitter.cc123 &hlo_module, &thread_local_computations_, &global_computations_); in IrEmitter()
124 absl::c_sort(thread_local_computations_); in IrEmitter()
618 CHECK(absl::c_binary_search(thread_local_computations_, sort->to_apply())); in HandleSort()
3439 CHECK(absl::c_binary_search(thread_local_computations_, &callee)); in EmitThreadLocalCall()