Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.h584 std::vector<const HloComputation*> global_computations_; variable
Dir_emitter.cc103 &hlo_module, &thread_local_computations_, &global_computations_); in IrEmitter()
105 absl::c_sort(global_computations_); in IrEmitter()
3081 CHECK(absl::c_binary_search(global_computations_, &callee)); in EmitGlobalCall()