Home
last modified time | relevance | path

Searched defs:computation_to_profile_idx (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_execution_profile.h83 computation_to_profile_idx() const { in computation_to_profile_idx() function
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_compiler.cc492 computation_to_profile_idx, in CreateHloProfilingArtifacts()
619 std::unordered_map<const HloComputation*, int64> computation_to_profile_idx; in RunBackend() local
844 std::unordered_map<const HloComputation*, int64> computation_to_profile_idx; in CompileAheadOfTime() local
Dir_emitter.cc87 std::unordered_map<const HloComputation*, int64> computation_to_profile_idx, in IrEmitter()