Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.h513 llvm::Value* last_read_cycle_end_ = nullptr; variable
Dir_emitter.cc2767 last_read_cycle_end_ = cycle_end; in RecordCycleDelta()
2772 if (last_read_cycle_end_ && first_read_cycle_start_) { in RecordCompleteComputation()
2773 UpdateProfileCounter(b, prof_counter, last_read_cycle_end_, in RecordCompleteComputation()