HomeSort by relevance Sort by last modified time
    Searched refs:computation_to_profile_idx_ (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_execution_profile.h 84 return computation_to_profile_idx_;
93 std::unordered_map<const HloComputation*, int64> computation_to_profile_idx_; member in class:xla::HloProfileIndexMap
hlo_execution_profile.cc 35 InsertOrDie(&computation_to_profile_idx_, computation,
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
ir_emitter.h 215 computation_to_profile_idx_);
460 computation_to_profile_idx_; member in namespace:xla::cpu
ir_emitter.cc 95 computation_to_profile_idx_(std::move(computation_to_profile_idx)),
    [all...]

Completed in 97 milliseconds