Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.h205 llvm::Value* GetProfileCounterFor(const HloInstruction& instruction);
206 llvm::Value* GetProfileCounterFor(const HloComputation& computation);
Dir_emitter.cc2803 record_complete_computation(GetProfileCounterFor(*root->parent())); in FinishVisit()
2822 llvm::Value* IrEmitter::GetProfileCounterFor( in GetProfileCounterFor() function in xla::cpu::IrEmitter
2828 llvm::Value* IrEmitter::GetProfileCounterFor( in GetProfileCounterFor() function in xla::cpu::IrEmitter
2972 if (auto* prof_counter = GetProfileCounterFor(*hlo)) { in Postprocess()