Home
last modified time | relevance | path

Searched refs:thunk_to_hlo (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dthunk_schedule.cc53 absl::flat_hash_map<const Thunk*, const HloInstruction*> thunk_to_hlo) in ThunkSchedule() argument
56 thunk_to_hlo_(std::move(thunk_to_hlo)) { in ThunkSchedule()
Dthunk_schedule.h56 absl::flat_hash_map<const Thunk*, const HloInstruction*> thunk_to_hlo);
Dgpu_compiler.cc611 absl::flat_hash_map<const Thunk*, const HloInstruction*> thunk_to_hlo; in CompileModuleToLlvmIrImpl() local
635 InsertOrDie(&thunk_to_hlo, thunk.get(), instruction); in CompileModuleToLlvmIrImpl()
655 std::move(stream_assignment), std::move(thunk_to_hlo)); in CompileModuleToLlvmIrImpl()