Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_execution_profile.h84 return computation_to_profile_idx_; in computation_to_profile_idx()
93 std::unordered_map<const HloComputation*, int64> computation_to_profile_idx_; variable
Dhlo_execution_profile.cc35 InsertOrDie(&computation_to_profile_idx_, computation, in HloProfileIndexMap()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.h215 computation_to_profile_idx_); in GetProfileCounterFor()
460 computation_to_profile_idx_; variable
Dir_emitter.cc95 computation_to_profile_idx_(std::move(computation_to_profile_idx)), in IrEmitter()