Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.h201 llvm::Value* GetProfileCounterCommon(
209 return GetProfileCounterCommon<HloInstruction>(instruction, in GetProfileCounterFor()
214 return GetProfileCounterCommon<HloComputation>(computation, in GetProfileCounterFor()
Dir_emitter.cc2698 llvm::Value* IrEmitter::GetProfileCounterCommon( in GetProfileCounterCommon() function in xla::cpu::IrEmitter