Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.h510 llvm::Value* first_read_cycle_start_ = nullptr; variable
Dir_emitter.cc2755 if (first_read_cycle_start_ == nullptr) { in RecordCycleStart()
2756 first_read_cycle_start_ = cycle_start; in RecordCycleStart()
2772 if (last_read_cycle_end_ && first_read_cycle_start_) { in RecordCompleteComputation()
2774 first_read_cycle_start_); in RecordCompleteComputation()