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.h610 std::vector<const HloComputation*> global_computations_; variable
Dir_emitter.cc112 &hlo_module, &thread_local_computations_, &global_computations_); in IrEmitter()
114 absl::c_sort(global_computations_); in IrEmitter()
3298 CHECK(absl::c_binary_search(global_computations_, &callee)); in EmitGlobalCall()