Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_compiler.cc185 class CollectProfileCandidates : public DfsHloVisitorWithDefault { class
193 CollectProfileCandidates profile_candidates_for_computation( in GetCandidatesForComputation()
200 CollectProfileCandidates( in CollectProfileCandidates() function in xla::cpu::__anonaf93c4290211::CollectProfileCandidates
214 CollectProfileCandidates candidates_for_call(hlo_to_profile_idx_, in HandleCall()
229 CollectProfileCandidates candidates_for_condition(hlo_to_profile_idx_, in HandleWhile()
234 CollectProfileCandidates candidates_for_body(hlo_to_profile_idx_, in HandleWhile()
500 CollectProfileCandidates::GetCandidatesForComputation( in CreateHloProfilingArtifacts()