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

  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_execution_profile.h 79 return instruction_to_profile_idx_;
92 std::unordered_map<const HloInstruction*, int64> instruction_to_profile_idx_; member in class:xla::HloProfileIndexMap
hlo_execution_profile.cc 40 InsertOrDie(&instruction_to_profile_idx_, instruction,
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
ir_emitter.h 210 instruction_to_profile_idx_);
456 instruction_to_profile_idx_; member in namespace:xla::cpu
ir_emitter.cc 94 instruction_to_profile_idx_(std::move(instruction_to_profile_idx)),
    [all...]

Completed in 186 milliseconds