Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dhlo_execution_profiler.cc103 hlo_instructions_.erase(hlo_instruction); in FinishHloInstruction()
116 CHECK(hlo_instructions_.insert(hlo_instruction).second) in MakeScopedInstructionProfiler()
Dhlo_execution_profiler.h80 std::unordered_set<const HloInstruction*> hlo_instructions_; variable