Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.h502 llvm::Value* cycle_end, llvm::Value* cycle_start);
Dir_emitter.cc2714 llvm::Value* cycle_end, in UpdateProfileCounter() argument
2716 auto* cycle_diff = b->CreateSub(cycle_end, cycle_start); in UpdateProfileCounter()
2763 auto* cycle_end = ReadCycleCounter(b); in RecordCycleDelta() local
2764 cycle_end->setName(IrName(hlo, "cycle_end")); in RecordCycleDelta()
2766 UpdateProfileCounter(b, prof_counter, cycle_end, cycle_start); in RecordCycleDelta()
2767 last_read_cycle_end_ = cycle_end; in RecordCycleDelta()