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.h208 llvm::Value* GetProfileCounterFor(const HloInstruction& instruction) { in GetProfileCounterFor() function
213 llvm::Value* GetProfileCounterFor(const HloComputation& computation) { in GetProfileCounterFor() function
Dir_emitter.cc2693 record_complete_computation(GetProfileCounterFor(*root->parent())); in FinishVisit()
2787 if (auto* prof_counter = GetProfileCounterFor(*hlo)) { in Postprocess()