Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.h487 void RecordCycleStart(llvm::IRBuilder<>* b, HloInstruction* hlo);
Dir_emitter.cc2750 void IrEmitter::ProfilingState::RecordCycleStart(llvm::IRBuilder<>* b, in RecordCycleStart() function in xla::cpu::IrEmitter::ProfilingState
2781 profiling_state_.RecordCycleStart(&b_, hlo); in Preprocess()