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.h501 void RecordCycleStart(llvm::IRBuilder<>* b, HloInstruction* hlo);
Dir_emitter.cc2860 void IrEmitter::ProfilingState::RecordCycleStart(llvm::IRBuilder<>* b, in RecordCycleStart() function in xla::cpu::IrEmitter::ProfilingState
2966 profiling_state_.RecordCycleStart(&b_, hlo); in Preprocess()