Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.h521 std::unordered_map<const HloInstruction*, llvm::Value*> cycle_starts_; variable
Dir_emitter.cc2754 cycle_starts_[hlo] = cycle_start; in RecordCycleStart()
2765 auto* cycle_start = cycle_starts_[hlo]; in RecordCycleDelta()